Skip to content
Snippets Groups Projects
Commit e15e45b5 authored by Cyrille Le Clerc's avatar Cyrille Le Clerc
Browse files

Spring MVC should server static resources (*.html, ...) located in...

Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found"
parent 657b8688
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@
<mvc:view-controller path="/" view-name="welcome" />
<!-- serve static resources (*.html, ...) from src/main/webapp/ -->
<mvc:default-servlet-handler/>
<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean">
<property name="formatters">
<set>
......
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