Spring: add Spring instrument as an library rather than javaagent

320 views Asked by At

I have Spring project with Eclipse Link, and I am trying to convert it to Gradle. But for some reason JVM parameter "-javaagent:~/instrument.jar" is not passed to the container. Is it possible to pass Spring instrument as an library, not as an javaagent?

0

There are 0 answers