I have a spring project (web app), in my project where should I be putting my static files like images/css/javascript?
In my WEB-INF like: /WEB-INF/Assets {images/css/js} I know when I go in production I will have nginx map to this folder to serve the static files, but I just want to know where I can put them for development/testing.