摘要: 添加链接池后批量添加更新出现了死锁 org.springframework.dao.DeadlockLoserDataAccessException: ### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MySQLTran 阅读全文
posted @ 2019-08-16 18:14 慕尘 阅读(10291) 评论(0) 推荐(0) 编辑
摘要: WebClient的请求模式属于异步非阻塞,能够以少量固定的线程处理高并发的HTTP请求 WebClient是Spring WebFlux模块提供的一个非阻塞的基于响应式编程的进行Http请求的客户端工具,从Spring5.0开始提供 在Spring Boot应用中 1.添加Spring WebFl 阅读全文
posted @ 2019-08-16 09:17 慕尘 阅读(3853) 评论(0) 推荐(0) 编辑