Hot swap classes in spring-boot with springloaded
Spring-Boot is fast, but changing some controller for prototyping still requires some slow restart cycle of some 5s. With spring-loaded you can shortcut this to 1s, depending of your project. Just hit CTRL-F9 to compile.
See also