mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
added comment for welcome file
This commit is contained in:
parent
5cfd482edc
commit
08d84ed2b3
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue