Skip to content

Commit

Permalink
Rollback web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
maibin committed Nov 4, 2016
1 parent 8c953fe commit 9078353
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<servlet-class>
org.springframework.web.servlet.DispatcherServlet
</servlet-class>
<load-on-startup>1</load-on-startup>
<init-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath*:mvc-configuration.xml</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>

<servlet-mapping>
Expand Down

0 comments on commit 9078353

Please sign in to comment.