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 0000000000000000000000000000000000000000..45fb7bf0a6dbcbb738bd21fad0129e0c68770960
--- /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