test
parent
986b7a769d
commit
d632f72afc
|
@ -64,7 +64,7 @@ public class HotfixUtil{
|
||||||
for (ClassBean cl : list) {
|
for (ClassBean cl : list) {
|
||||||
String path = "../conf/hotswap/"+cl.getName();
|
String path = "../conf/hotswap/"+cl.getName();
|
||||||
LOGGER.info("HotfixUtil->i={},path={}", i, path);
|
LOGGER.info("HotfixUtil->i={},path={}", i, path);
|
||||||
vm.loadAgent("../lib/serverlogiclib/hotfix.jar",path);//path参数即agentmain()方法的第一个参数
|
vm.loadAgent("../lib/hotfix.jar",path);//path参数即agentmain()方法的第一个参数
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
currVerion = version;
|
currVerion = version;
|
||||||
|
|
Loading…
Reference in New Issue