adding a text file in case some people are confused about not finding Spring config files inside WEB-INF

This commit is contained in:
Mic 2013-02-22 10:18:10 +08:00
parent 9ee5e6f096
commit 223ca19736

View file

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