Intellij Idea Ultimate + Spring Boot + jRebel :: how to start jrebel projects from Run Dashboard?

Answered

We have the setup above for our multi-project development which is something similar to:

 

rootProject

|-A

|-B

|-C

|-D

 

Our main project is A, all others depend on it. So, if want to use project B, I have to run project A first.

 

We can start each Spring Boot project with its default run configuration via the Run Dashboard, but this does not enable the jRebel nature. To start the projects with jRebel, we need to click the jRebel launch button across the screen on the Idea window.

 

Is there a way to put a jRebel launch button on the Run Dashboard pane?

0
1 comment

JRebel plug-in may need some special support to work with the Run Dashboard. I recommend contacting JRebel support team for help.

0

Please sign in to leave a comment.