What i know is that when using spring security with spring boot, the css and js file are loaded automatically from static/css and static/js folders respectively.
In my case i am using a "ready to use" angular js template for front end in which the js file are not placed in a /js folder (download and see SB ADMIN ANGULAR) which means that i will have to modify the template's composition sothat it contains /js and /css folders that hold the .css and .js files
Is there any way to avoid that modification ? Is it possible to configure Spring boot in a way it becomes able to load .js and .css ? thank you.