摘要:
前言 需求: 本地断点调试weblogic上部署的服务 配置 大致步骤 1.weblogic上部署的代码和你本地的代码一致 2.设置weblogic启动时开启debug模式 3.idea创建remote连接 4.debug启动idea创建连接 5.本地代码的某个接口处打断点 6.浏览器访问该接口断点 阅读全文
摘要:
步骤 1. 添加依赖 <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>ok 阅读全文