Update web.xml with new package of config files

This commit is contained in:
Fábio 2014-04-03 15:22:09 -03:00
parent cd99bd57dd
commit a2a052eebc
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>org.baeldung.spring</param-value>
<param-value>org.baeldung.config</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
</web-app>
</web-app>