Clean up Spring MVC Form Tag Library example

This commit is contained in:
David Morley
2016-03-03 06:20:44 -06:00
parent 0385e78ff5
commit cf4cce751b
11 changed files with 15 additions and 15 deletions
@@ -12,7 +12,7 @@
<mvc:annotation-driven/>
<context:component-scan base-package="org.baeldung.spring.controller"/>
<context:component-scan base-package="com.baeldung.spring.controller"/>
<bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="prefix" value="/WEB-INF/view/"/>