X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fspring%2Fmvc.xml;h=04c56376868a077ee5e43d319d1067f924c3c559;hb=1e489c1a5891883d2677c9531c2874ab7dec5ea0;hp=a18d7398c50dc912c15b1e84b3019f158558b2e1;hpb=74cfe92a1ed22094c6c9a09d9a9f422fc01d8b0f;p=website diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml index a18d7398..04c56376 100644 --- a/src/main/resources/spring/mvc.xml +++ b/src/main/resources/spring/mvc.xml @@ -3,6 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:context="http://www.springframework.org/schema/context" + xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd @@ -10,18 +11,24 @@ http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd + http://www.springframework.org/schema/util + http://www.springframework.org/schema/util/spring-util-4.0.xsd "> - + + + + - + + /thymeleaf/**=staticResources /*.html=urlFilenameViewController /**/*.html=urlFilenameViewController @@ -29,24 +36,40 @@ + + + + /thymeleaf/ + + + + + + + + + + - - - - - - - + + + + + + + - - - - classpath:/spring/tiles.xml - + + + + + + + + -