github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/examples/example_osv_java_servlet/src/main/webapp/WEB-INF/no-spring-config-files-there.txt (about)

     1  All Spring config files (including Spring MVC ones) are inside src/main/resource.
     2  There are mostly 2 reasons to that:
     3  - All Spring config files are grouped into one single place
     4  - It is simpler to reference them from inside JUnit tests