Skip to content

Commit

Permalink
Update web.xml with new package of config files
Browse files Browse the repository at this point in the history
  • Loading branch information
fzoro committed Apr 3, 2014
1 parent cd99bd5 commit a2a052e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-jpa/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit a2a052e

Please sign in to comment.