spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Does it support jar change and workspace mapping

Open nzomkxia opened this issue 10 years ago • 1 comments

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?

nzomkxia avatar Aug 27 '15 08:08 nzomkxia

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.

aclement avatar Aug 28 '15 15:08 aclement