diff --git a/WebContent/WEB-INF/config/mybatis-applicationConfig.xml b/WebContent/WEB-INF/config/mybatis-applicationConfig.xml index c86d977d..01a49f88 100644 --- a/WebContent/WEB-INF/config/mybatis-applicationConfig.xml +++ b/WebContent/WEB-INF/config/mybatis-applicationConfig.xml @@ -4,6 +4,7 @@ "http://mybatis.org/dtd/mybatis-3-config.dtd"> + @@ -11,7 +12,7 @@ - + @@ -19,7 +20,8 @@ - + + \ No newline at end of file diff --git a/WebContent/WEB-INF/config/spring-applicationContext.xml b/WebContent/WEB-INF/config/spring-applicationContext.xml index dcfba49b..3cd3b65b 100644 --- a/WebContent/WEB-INF/config/spring-applicationContext.xml +++ b/WebContent/WEB-INF/config/spring-applicationContext.xml @@ -22,6 +22,7 @@ http://www.springframework.org/schema/task/spring-task-3.0.xsd"> + @@ -40,13 +41,29 @@ + + + + classpath:com/dao/mapper/*apper.xml + + + + - + + + +