cleanup work

This commit is contained in:
Eugen 2013-04-30 18:09:37 +03:00
parent 6e30401cba
commit 433bd4682d
1 changed files with 1 additions and 7 deletions

View File

@ -9,15 +9,9 @@
<display-name>Spring MVC Application</display-name>
<!-- Spring root -->
<context-param>
<param-name>contextClass</param-name>
<param-value>
org.springframework.web.context.support.AnnotationConfigWebApplicationContext
</param-value>
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>org.baeldung.spring.web.config</param-value>
<param-value>/WEB-INF/mvc-servlet.xml</param-value>
</context-param>
<listener>