diff --git a/src/main/resources/egovframework/spring/com/context-common.xml b/src/main/resources/egovframework/spring/com/context-common.xml index 24a12ee7..daab7241 100644 --- a/src/main/resources/egovframework/spring/com/context-common.xml +++ b/src/main/resources/egovframework/spring/com/context-common.xml @@ -5,7 +5,7 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd"> - + diff --git a/src/main/resources/egovframework/spring/com/context-datasource.xml b/src/main/resources/egovframework/spring/com/context-datasource.xml index 3f01faf2..cc9a304a 100644 --- a/src/main/resources/egovframework/spring/com/context-datasource.xml +++ b/src/main/resources/egovframework/spring/com/context-datasource.xml @@ -65,4 +65,9 @@ + + + + + diff --git a/src/main/resources/egovframework/spring/com/context-jndi.xml b/src/main/resources/egovframework/spring/com/context-jndi.xml new file mode 100644 index 00000000..24052dcf --- /dev/null +++ b/src/main/resources/egovframework/spring/com/context-jndi.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/src/main/resources/egovframework/spring/com/context-sqlMap.xml b/src/main/resources/egovframework/spring/com/context-sqlMap.xml index 27604520..5139ff10 100644 --- a/src/main/resources/egovframework/spring/com/context-sqlMap.xml +++ b/src/main/resources/egovframework/spring/com/context-sqlMap.xml @@ -55,7 +55,7 @@ - + + + + + diff --git a/src/main/resources/egovframework/spring/com/mybatis-config.xml b/src/main/resources/egovframework/spring/com/mybatis-config.xml index 40b58cdc..f6a18d31 100644 --- a/src/main/resources/egovframework/spring/com/mybatis-config.xml +++ b/src/main/resources/egovframework/spring/com/mybatis-config.xml @@ -1,15 +1,23 @@ - - - + + + + - + + + + + + + + \ No newline at end of file