Merge pull request #4 from fabiozoroastro/master

Update web.xml with new package of config files
This commit is contained in:
Eugen 2014-04-04 07:02:25 -07:00
commit 6d0fdefb59
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
</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>