diff --git a/src/main/webapp/WEB-INF/applicationContext-dataSource.xml b/src/main/webapp/WEB-INF/spring/applicationContext-dataSource.xml similarity index 100% rename from src/main/webapp/WEB-INF/applicationContext-dataSource.xml rename to src/main/webapp/WEB-INF/spring/applicationContext-dataSource.xml diff --git a/src/main/webapp/WEB-INF/applicationContext-hibernate.xml b/src/main/webapp/WEB-INF/spring/applicationContext-hibernate.xml similarity index 100% rename from src/main/webapp/WEB-INF/applicationContext-hibernate.xml rename to src/main/webapp/WEB-INF/spring/applicationContext-hibernate.xml diff --git a/src/main/webapp/WEB-INF/applicationContext-jdbc.xml b/src/main/webapp/WEB-INF/spring/applicationContext-jdbc.xml similarity index 100% rename from src/main/webapp/WEB-INF/applicationContext-jdbc.xml rename to src/main/webapp/WEB-INF/spring/applicationContext-jdbc.xml diff --git a/src/main/webapp/WEB-INF/applicationContext-jpa.xml b/src/main/webapp/WEB-INF/spring/applicationContext-jpa.xml similarity index 100% rename from src/main/webapp/WEB-INF/applicationContext-jpa.xml rename to src/main/webapp/WEB-INF/spring/applicationContext-jpa.xml diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index c83f52eb4..b4af82221 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -37,10 +37,10 @@ --> contextConfigLocation - /WEB-INF/applicationContext-jdbc.xml + /WEB-INF/spring/applicationContext-jdbc.xml