get dependencies sorted out for spring rest services

This commit is contained in:
lawson89
2014-06-20 07:48:03 -04:00
parent 39d5888ef3
commit df68764e2c
5 changed files with 62 additions and 3 deletions

View File

@ -11,7 +11,7 @@
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd">
<context:component-scan base-package="org.owasp.webgoat.controller, org.owasp.webgoat.lessons" />
<context:component-scan base-package="org.owasp.webgoat.controller, org.owasp.webgoat.lessons, org.owasp.webgoat.service" />
<!--
put custom validators here. E.g.: