Merge pull request #4 from fabiozoroastro/master
Update web.xml with new package of config files
This commit is contained in:
commit
6d0fdefb59
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue