Micronaut - Reloading using Gradle's Continuous Build
I have written about my thoughts on hot loading in general in this post.
Micronaut from version 1.2 started supporting continuous build, but you had to manually add the configuration entries to your project. With the 2.0 version, Micronaut supports 'continuous build' out of the box.