Spring Boot triggers full restart instead of reload on changes over static files
问题 In my Spring Boot project I have the following structure: - src - main - java - resources - static - css - js - img - webapp - WEB-INF - views As per the documentation, resources inside static/ should trigger a reload, but instead whenever I save a file inside css/ or js/ a full restart is triggered. I'm using Spring Boot 2.0.4 including spring-boot-devtools (default configuration) and spring-boot-starter-security with Eclipse Oxygen and Tomcat 8.5 Packaging type is war since I have to deploy