spring-loaded
spring-loaded copied to clipboard
Does it support jar change and workspace mapping
can spring loaded monitor jar package change? If there is a web app application in Intellij Idea, then build a war package and put it into webapp dir of tomcat, can it reloaded if a JAVA file is modified and compiled in the Intellij Idea workspace?
To answer your first point: Yes, jar watching has been added recently. It is discussed (and syntax shown) here: https://github.com/spring-projects/spring-loaded/issues/70
It watches where things are loaded from - if you deploy an app to a tomcat and then go back to your IDE, you'd need to repackage and push that changed jar to where it is watching in order for it to see the change.