程序执行一直卡在 : Initializing ExecutorService

程序执行一直卡在 : Initializing ExecutorService,第1张

问题

idea的debug模式启动springboot项目时,在Root WebApplicationContext: initialization completed in 2532 ms之后会卡着一段时间才输出Initializing ExecutorService ‘applicationTaskExecutor’,以前是没有卡的,而且使用普通模式启动也不会在这里卡一段时间。

解决

之前在调试代码时不注意给属性加了断点,去掉idea的Breakpoints里的java field watchpoints就不卡了,如下:

点击debug窗口左侧的两个小红点打开Breakpoints对话框,不勾选或移除Java Field WatchPoints,然后再用debug模式启动正常了

查看当前的断点,或者直接失效所有断点

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/730365.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-27
下一篇 2022-04-27

发表评论

登录后才能评论

评论列表(0条)

保存