I have a spring boot project setup on an Eclipse Environment that works fine, with the spring-boot-devtools
and all configurations set to have hot deploy of static resources (.less/.js/.jsp) and .java
files.
Unfortunately all the configuration set for Eclipse don't work with intelliJ, since when one file is saved, it doesn't trigger the maven goals necessary to compile the .less
file and to refresh the static content.
What are the steps to get it working on both IDEs? I've tried to use save Actions plugin but it doesn't work fine.