X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fspring%2Fmvc.xml;h=50f4fc70eb1529c9dff508291f209d2bf09ca671;hp=e2cdc384f011b25dcd2c99d97c83ca16e1efe5d7;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=b1956189d89ac7e824c209039f3c82926294549e diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml index e2cdc384..50f4fc70 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 "> @@ -55,6 +58,12 @@ + + + + + +