Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

JRebel for a Gradle Spring Boot App

There is some documentation on how to add Jrebel to a Spring Boot app that uses Gradle as the build tool. It is basic but works fine. All you have to do is to add a few lines to build.gradle: if (project.hasProperty('rebelAgent')) { bootRun.jvmArgs += rebelAgent } Then set the property in gradle.properties: rebelAgent=-agentpath:[path/to/JRebel library] ...



This post first appeared on Java Code Geeks, please read the originial post: here

Share the post

JRebel for a Gradle Spring Boot App

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×