From: Kai Moritz Date: Wed, 26 Feb 2014 09:17:38 +0000 (+0100) Subject: Spring-Konfigurationsdateien liegen jetzt standardgemäß unter src/resources X-Git-Tag: thymeroot-2.0.0~112 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=74cfe92a1ed22094c6c9a09d9a9f422fc01d8b0f Spring-Konfigurationsdateien liegen jetzt standardgemäß unter src/resources --- diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml new file mode 100644 index 00000000..a18d7398 --- /dev/null +++ b/src/main/resources/spring/mvc.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + /*.html=urlFilenameViewController + /**/*.html=urlFilenameViewController + + + + + + + + + + + + + + + + + + + + classpath:/spring/tiles.xml + + + + + + diff --git a/src/main/resources/spring/tiles.xml b/src/main/resources/spring/tiles.xml new file mode 100644 index 00000000..5cda94a9 --- /dev/null +++ b/src/main/resources/spring/tiles.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/spring/mvc.xml b/src/main/webapp/WEB-INF/spring/mvc.xml deleted file mode 100644 index 5fb88cf1..00000000 --- a/src/main/webapp/WEB-INF/spring/mvc.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - /*.html=urlFilenameViewController - /**/*.html=urlFilenameViewController - - - - - - - - - - - - - - - - - - - - /WEB-INF/spring/tiles.xml - - - - - - diff --git a/src/main/webapp/WEB-INF/spring/tiles.xml b/src/main/webapp/WEB-INF/spring/tiles.xml deleted file mode 100644 index 5cda94a9..00000000 --- a/src/main/webapp/WEB-INF/spring/tiles.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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