added comment for welcome file

This commit is contained in:
Mic 2013-12-16 21:00:51 +09:00
parent 5cfd482edc
commit 08d84ed2b3

View file

@ -113,5 +113,10 @@ see here: http://static.springsource.org/spring/docs/current/spring-framework-re
<filter-name>datatablesFilter</filter-name> <filter-name>datatablesFilter</filter-name>
<url-pattern>/*</url-pattern> <url-pattern>/*</url-pattern>
</filter-mapping> </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> </web-app>