X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fspring%2Fmvc.xml;fp=src%2Fmain%2Fresources%2Fspring%2Fmvc.xml;h=87c2a010addc4771fc2717dfa6c8e5ad7a444d37;hp=e2cdc384f011b25dcd2c99d97c83ca16e1efe5d7;hb=8e8ddfc9757a41e6b5df5997a9d9859de50da8e1;hpb=b1956189d89ac7e824c209039f3c82926294549e diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml index e2cdc384..87c2a010 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,6 +11,8 @@ 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 "> @@ -41,6 +44,26 @@ + + + + + + + + + + + + + + + + + classpath:/spring/tiles.xml + + + @@ -55,6 +78,11 @@ + + + + +