Closed cdalexndr closed 3 years ago
HotswapAgent core has no plugin except core JVM plugins. Then it is faster since less scanning tasks are necessary to be done, less class copying to target classloaders, there is no need to disable plugins. You choose only what you want. If you use ha-core, then plugins must be configured as maven dependecies in pom.xml
Done
What's the difference between
-XX:HotswapAgent=core
and-XX:HotswapAgent=fatjar
?