spring-loaded
spring-loaded copied to clipboard
when to reload the new jar?
Please help! Centos,java8,spring-boot(with tomcat8) command line: java -javaagent:springloaded-1.2.6.RELEASE.jar -noverify -Dspringloaded=watchJars=lib/first_warehouse-1.0.0.RELEASE.jar -jar bootstrap-1 .0.0.RELEASE-1.0.jar
when put first_warehouse-1.0.0.RELEASE.jar to override it then doesn't reload this jar. why ?
I have the same issue, environment is windows, JDK8 with resin. Does it need some extra configuration?
from the code,the value of watchJars is not a path,is the jar name
This can be closed since:
"watchJars=lib/first_warehouse-1.0.0.RELEASE.jar" should have been "watchJars=first_warehouse-1.0.0.RELEASE.jar"
@hlyang Please confirm that using only the JAR file name solved your problem.