X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fspring%2Fmvc.xml;h=58a5ec15723b9229fc3088c894991242debfadf1;hb=cad9765ac28b46e57562c45808bcc19865812e01;hp=e2cdc384f011b25dcd2c99d97c83ca16e1efe5d7;hpb=b1956189d89ac7e824c209039f3c82926294549e;p=website diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml index e2cdc384..58a5ec15 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,14 +11,19 @@ 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 +47,8 @@ + + @@ -49,12 +57,21 @@ - + + + + + + + + + +