failed to retrieve application JMX service URL
-Dcom.sun.management.jmxremote.port={some_port}
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
每个微服务项目启动参数都需要配置该参数,并且{some_port}不能和项目中的接口重复冲突
https://blog.csdn.net/boriesduchuan/article/details/109773767
https://blog.csdn.net/wodezuiaidxp/article/details/102912851
https://github.com/godmaybelieve