From 94756fb719459265ad2f6ee317919b419cde60f2 Mon Sep 17 00:00:00 2001 From: SeoJin Kim Date: Mon, 10 Aug 2020 12:29:06 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=A8=ED=82=A4=EC=A7=80=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EB=B0=8F=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -com.vam.model / com.vam.mapper / com.vam.service 추가 - root-context.xml 에 해당 패키지 인식할 수 있도록 태구 추가 --- VamPa/src/main/webapp/WEB-INF/spring/root-context.xml | 8 +++++++- .../src/main/webapp/WEB-INF/spring/root-context.xml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/VamPa/src/main/webapp/WEB-INF/spring/root-context.xml b/VamPa/src/main/webapp/WEB-INF/spring/root-context.xml index fb4b769..1552361 100644 --- a/VamPa/src/main/webapp/WEB-INF/spring/root-context.xml +++ b/VamPa/src/main/webapp/WEB-INF/spring/root-context.xml @@ -2,7 +2,9 @@ @@ -24,5 +26,9 @@ + + + + diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/spring/root-context.xml b/VamPa_MySQL/src/main/webapp/WEB-INF/spring/root-context.xml index 941b9e8..9d08dab 100644 --- a/VamPa_MySQL/src/main/webapp/WEB-INF/spring/root-context.xml +++ b/VamPa_MySQL/src/main/webapp/WEB-INF/spring/root-context.xml @@ -2,7 +2,9 @@ @@ -23,5 +25,9 @@ + + + +