连接本地程序报错

jconsole连接本地进程报安全连接失败

在idea工具中添加如下命令

jconsole连接本地进程报安全连接失败

-Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.port=8888 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dspring.profiles.active=ci

连接成功

jconsole连接本地进程报安全连接失败

 

相关文章: