Skip to content

Commit

Permalink
update contextConfigLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSingh1337 committed Jun 7, 2021
1 parent 2a025b6 commit b27752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/spring/spring-servlet.xml</param-value>
<param-value>/WEB-INF/spring/spring-config.xml</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
Expand Down

0 comments on commit b27752d

Please sign in to comment.