Skip to content

Commit a2a052e

Browse files
committed
Update web.xml with new package of config files
1 parent cd99bd5 commit a2a052e

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)