From 08d84ed2b38c42d9410ecca5add77bd339a43fb5 Mon Sep 17 00:00:00 2001 From: Mic <misvy@vmware.com> Date: Mon, 16 Dec 2013 21:00:51 +0900 Subject: [PATCH] added comment for welcome file --- src/main/webapp/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- GitLab