We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd99bd5 commit a2a052eCopy full SHA for a2a052e
spring-jpa/src/main/webapp/WEB-INF/web.xml
@@ -12,10 +12,10 @@
12
</context-param>
13
<context-param>
14
<param-name>contextConfigLocation</param-name>
15
- <param-value>org.baeldung.spring</param-value>
+ <param-value>org.baeldung.config</param-value>
16
17
<listener>
18
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
19
</listener>
20
21
-</web-app>
+</web-app>
0 commit comments