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

How can I use this with aspectj

Open tcsecchen opened this issue 6 years ago • 0 comments

this project is very amazing now i have some questions

i use the aspectj at the loaded time so the run command is :set JAVA_OPTS= -javaagent:aspectjweaver.jar
then i use startup.bat to start tomcat

when i want to use spring-loaded the run command is : set JAVA_OPTS= -javaagent:spring-loaded.jar -noverify -javaagent:aspectweaver.jar but start tomcat error the error: default

how can i deal with it,thank u

tcsecchen avatar Jan 17 '19 02:01 tcsecchen