This project is to demonstrate how to check if dev tools works
- Java
- Debug the application
- Execute curl localhost:8080/dummyString
- Change the String returned by DummyRestController::getDummyString
- After some seconds we'll se a log that inform the application is updated
- Execute curl localhost:8080/dummyString
- Now you will see a different response
Sometimes it doesn't works. In order to make working this solution set "Update classes and resources" in the run configuration in the "On update action"