I recently updated the OS on my laptop (Linux Mint 17.1 => 17.3) and now when I run my project with
mvn spring-boot:run
static resources are copied to the target folder, essentially caching them. Thus I have to completely bounce the server to see changes made to the static resources reflected in the browser.
This was not the case before I updated my laptop. I have also found that it is exclusive to this project, other spring-boot projects are not affected.
I also cannot get static resources to update when running in eclipse, both in normal and debug mode.
Some additional information:
Java version: 1.7
Spring-boot version: 1.3.2
spring-boot maven plugin version: 1.3.2
Maven version: 3.3.9
Any ideas?