摘要:
 阅读全文
posted @ 2023-01-15 21:58
SpecialSpeculator
阅读(15)
评论(0)
推荐(0)
摘要:
 阅读全文
posted @ 2023-01-15 21:56
SpecialSpeculator
阅读(23)
评论(0)
推荐(0)
摘要:
 阅读全文
posted @ 2023-01-15 21:54
SpecialSpeculator
阅读(26)
评论(0)
推荐(0)
摘要:
1.服务器暴露远程调试端口 java -Xdebug -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8089 -jardemo-1.0.0-SNAPSHORT.jar 2.暴露服务端口 http://127.0.0.1:8 阅读全文
posted @ 2023-01-15 15:27
SpecialSpeculator
阅读(195)
评论(0)
推荐(0)
摘要:
1.java entity定义 @Data @EqualsAndHashCode(callSuper = true) @Accessors(chain = true) @TableName(value = "delta24_alarmrule",autoResultMap = true) publi 阅读全文
posted @ 2023-01-15 11:18
SpecialSpeculator
阅读(1701)
评论(0)
推荐(0)