11 2024 档案

摘要:Caused by: java.sql.SQLException: Java heap space 不多说了,没见过这样的。 报错原因是JVM内存XMX超了 Xms512m -Xmx2048m 阅读全文
posted @ 2024-11-08 14:02 了悟 阅读(13) 评论(0) 推荐(0) 编辑
摘要:1.@Async 注解,加上这个注解就行了,注意加到具体实现上。即 @Async @Override 2. 使用 CompletableFuture CompletableFuture.runAsync(() -> { // JSONObject ret = null; try { payableO 阅读全文
posted @ 2024-11-06 08:54 了悟 阅读(4) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示