Spring Boot Live Reload stopped working on resources files all of a sudden, what could cause this?
I have been working on a Spring Boot website for a few months, using VS Code as my IDE. I have Live Reload setup, so that it was automatically rebuilding and rerunning the website locally whenever I changed/saved any of the Java server files AND the static files (including JS files, and the template HTML … Read more