From 74cfe92a1ed22094c6c9a09d9a9f422fc01d8b0f Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 26 Feb 2014 10:17:38 +0100 Subject: [PATCH 1/1] =?utf8?q?Spring-Konfigurationsdateien=20liegen=20jetz?= =?utf8?q?t=20standardgem=C3=A4=C3=9F=20unter=20src/resources?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/{webapp/WEB-INF => resources}/spring/mvc.xml | 2 +- src/main/{webapp/WEB-INF => resources}/spring/tiles.xml | 0 src/main/webapp/WEB-INF/web.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/main/{webapp/WEB-INF => resources}/spring/mvc.xml (97%) rename src/main/{webapp/WEB-INF => resources}/spring/tiles.xml (100%) diff --git a/src/main/webapp/WEB-INF/spring/mvc.xml b/src/main/resources/spring/mvc.xml similarity index 97% rename from src/main/webapp/WEB-INF/spring/mvc.xml rename to src/main/resources/spring/mvc.xml index 5fb88cf1..a18d7398 100644 --- a/src/main/webapp/WEB-INF/spring/mvc.xml +++ b/src/main/resources/spring/mvc.xml @@ -43,7 +43,7 @@ - /WEB-INF/spring/tiles.xml + classpath:/spring/tiles.xml diff --git a/src/main/webapp/WEB-INF/spring/tiles.xml b/src/main/resources/spring/tiles.xml similarity index 100% rename from src/main/webapp/WEB-INF/spring/tiles.xml rename to src/main/resources/spring/tiles.xml diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 6eb68dab..320365f9 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -11,7 +11,7 @@ contextConfigLocation - /WEB-INF/spring/mvc.xml + classpath:/spring/mvc.xml -- 2.20.1