From: Kai Moritz Date: Thu, 2 Aug 2012 06:52:28 +0000 (+0200) Subject: Spring-Beispiel um eine View mit Controller erweitert X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=commitdiff_plain;h=69694cfb76e37b0aa8cff22688601271f873e0fc Spring-Beispiel um eine View mit Controller erweitert --- diff --git a/examples/pom.xml b/examples/pom.xml index cf45de55..1905f525 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -28,7 +28,6 @@ ${pom.parent.groupId} juplo-cachecontrol ${pom.parent.version} - runtime diff --git a/examples/spring/pom.xml b/examples/spring/pom.xml index 90010cce..b6924e41 100644 --- a/examples/spring/pom.xml +++ b/examples/spring/pom.xml @@ -14,4 +14,25 @@ war Juplo - Examples: Spring-MVC + + + + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + + + diff --git a/examples/spring/src/main/resources/config.xml b/examples/spring/src/main/resources/config.xml index b7a4892e..f77073c1 100644 --- a/examples/spring/src/main/resources/config.xml +++ b/examples/spring/src/main/resources/config.xml @@ -2,9 +2,11 @@ + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd + http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd"> @@ -26,7 +28,12 @@ - + + + + + +