Skip to content
Snippets Groups Projects
Commit 08d84ed2 authored by Mic's avatar Mic
Browse files

added comment for welcome file

parent 5cfd482e
No related branches found
No related tags found
No related merge requests found
...@@ -113,5 +113,10 @@ see here: http://static.springsource.org/spring/docs/current/spring-framework-re ...@@ -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>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment