I'm using Spring Boot 1.4.1 with devtools and run it within IntelliJ 14.1 All works nicely except the hot swap. My changes to the controllers are hot swapped and I can see the app being re-loaded. However, it results in an error and the controller become unavailable (404). After I restart the app, all works fine again.
Any ideas what I'm doing wrong ?
Thank you in advance for your help Edward