spring-loaded
spring-loaded copied to clipboard
Idea14.1 + jdk1.7.0_75 + springloaded-1.2.3.RELEASE do not work!
Hi all!
First, i run mvn spring-boot:run
to start my project, then i change some controller
parameters, last i compile the changed the controller file dependently. the terminal also show the reloading progress and no error meet , but when i open the swagger ui to see the change , nothing happens, i don't know why
last i watch carefully the terminal log, i found that
objc[95939]: Class JavaLaunchHelper is implemented in both/Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
what's this mean? i add the agent fail? but i can see the reloading the class file
I'm getting the same error using JDK 1.8.0_92 on OSX El Capitan. Any ideas?