允许 JConsole 远程访问

-Dcom.sun.management.jmxremote.port=60008 # jmx 端口
-Dcom.sun.management.jmxremote.authenticate=false # 关闭认证
-Dcom.sun.management.jmxremote.ssl=false # 关闭 ssl
-Djava.rmi.server.hostname=10.182.3.16 # 指定 host name 为 ip