Skip to content

Commit 6d0fdef

Browse files
author
Eugen
committed
Merge pull request eugenp#4 from fabiozoroastro/master
Update web.xml with new package of config files
2 parents cd99bd5 + a2a052e commit 6d0fdef

File tree

1 file changed

+2
-2
lines changed
  • spring-jpa/src/main/webapp/WEB-INF

1 file changed

+2
-2
lines changed

spring-jpa/src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</context-param>
1313
<context-param>
1414
<param-name>contextConfigLocation</param-name>
15-
<param-value>org.baeldung.spring</param-value>
15+
<param-value>org.baeldung.config</param-value>
1616
</context-param>
1717
<listener>
1818
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
1919
</listener>
2020

21-
</web-app>
21+
</web-app>

0 commit comments

Comments
 (0)