petclinic-uncached

adding a text file in case some people are confused about not

2/21/2013 11:18:10 PM

Details

diff --git a/src/main/webapp/WEB-INF/no-spring-config-files-there.txt b/src/main/webapp/WEB-INF/no-spring-config-files-there.txt
new file mode 100644
index 0000000..45fb7bf
--- /dev/null
+++ b/src/main/webapp/WEB-INF/no-spring-config-files-there.txt
@@ -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
\ No newline at end of file