17.5.2 JRebel

JRebel is a proprietary reloading solution that involves an agent library, as well as sophisticated IDE support. The JRebel documentation includes detailed steps for IDE integration and usage of the tool. In this section, we will simply show how to install and configure the agent for Maven and Gradle projects.

Using the CLI

If you are creating your project using the Micronaut CLI, supply the jrebel feature to preconfigure JRebel reloading in your project. Please note that you will still need to install JRebel and supply the correct path to the agent in the gradle.properties file (for Gradle) or pom.xml (for Maven). The steps necessary are described below.

  1. $ mn create-app my-app features jrebel