79.3 Fast application restarts
The spring-boot-devtools
module includes support for automatic application restarts. Whilst not as fast a technologies such as JRebel or Spring Loaded it’s usually significantly faster than a “cold start”. You should probably give it a try before investigating some of the more complex reload options discussed below.
For more details see the Chapter 20, Developer tools section.