petclinic-uncached
Changes
src/main/webapp/WEB-INF/web.xml 5(+5 -0)
Details
src/main/webapp/WEB-INF/web.xml 5(+5 -0)
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index e080b6e..d9a3ac4 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -113,5 +113,10 @@ see here: http://static.springsource.org/spring/docs/current/spring-framework-re
<filter-name>datatablesFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
+
+ <!-- No need for welcome-file declaration here.
+ See inside spring/mvc-core-config.xml :
+ <mvc:view-controller path="/" view-name="welcome" />
+ -->
</web-app>
\ No newline at end of file