mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
adding a text file in case some people are confused about not finding Spring config files inside WEB-INF
This commit is contained in:
parent
9ee5e6f096
commit
223ca19736
1 changed files with 4 additions and 0 deletions
4
src/main/webapp/WEB-INF/no-spring-config-files-there.txt
Normal file
4
src/main/webapp/WEB-INF/no-spring-config-files-there.txt
Normal 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
|
Loading…
Reference in a new issue