IDEA 远程debug调试
java -jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 zxx.jar
参考:
https://blog.csdn.net/weixin_47527894/article/details/132284727
https://blog.csdn.net/jiangguilong2000/article/details/134882253
https://developer.aliyun.com/article/715814