Skip to content
Snippets Groups Projects
Commit 85c8237f authored by michaelisvy's avatar michaelisvy
Browse files

added comment on <mvc:default-servlet-handler />

parent 6e079b23
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,9 @@ ...@@ -33,8 +33,9 @@
<mvc:view-controller path="/" view-name="welcome" /> <mvc:view-controller path="/" view-name="welcome" />
<!-- serve static resources (*.html, ...) from src/main/webapp/ --> <!-- serve static resources (*.html, ...) from src/main/webapp/
<mvc:default-servlet-handler/> Required when both servlet-mapping is '/' and static resources need to be served -->
<mvc:default-servlet-handler />
<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean"> <bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean">
<property name="formatters"> <property name="formatters">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment