This topic created in 437 days ago, the information mentioned may be changed or developed.
Mac idea 的 springboot
Run 模式启动后控制天输出 HikariPool-1 - Starting...,HikariPool-1 - Start completed.
debug 模式启动不会输出该行
请求服务后控制台输出 HikariPool-1 - Starting...
然后就是长达三分钟的卡顿,输出 HikariPool-1 - Start completed.
之后的请求就正常了,怎么解决
2 replies 2025-02-17 17:52:19 +08:00  | | 1 lanfeng579 Feb 17, 2025 你是不是打了很多断点,断点会影响启动速度的,而且是非常影响 |