Update web.xml with new package of config files
This commit is contained in:
parent
cd99bd57dd
commit
a2a052eebc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue