0👍
✅
Looks like the coping files to the resource folder is very fragile in Spring Boot. With those exactly steps I was able to run my project:
- Stop application (the embeded Tomcat)
- Delete all files in
/resources/static
folder - Copy new html/css/js/img files
- Clean and Build the project
- Run the application
Source:stackexchange.com