I remember using jRebel on a non-boot spring project with eclipse and it just worked. I just got the plugin from eclipse's marketplace, installed, restarted the IDE and added the license. No tweaks, no registry dabbling, nothing. It just worked.
I am using Intellij IDEA now on a spring boot project and would like to give jRebel a go. I know it should just work like in eclipse, except it doesn't appear to do so.
I've tried using the idea described in this post:
https://dzone.com/articles/spring-boot-application-live-reload-hot-swap-with
What I am expecting is, when I change the code, switch to the browser and hit refresh (F5), some jRebel messages on the IDE's console. I get nothing.
I know mine is really vague question, but does this seems familiar to anyone? How to solve it?