idea中springboot2.7(由于步入另一个线程,已跳过 xxx 处的断点)

idea springboot2.7 debug

问题

springboot 2.7 debug 模式时引入 spring-boot-devtools 卡在代码中不往下执行,提示:由于步入另一个线程,已跳过 xxx 处的断点。
idea中springboot2.7(由于步入另一个线程,已跳过 xxx 处的断点)_第1张图片

原因

springboot 2.7 引入 spring-boot-devtools

        
        
            org.springframework.boot
            spring-boot-devtools
            runtime
            true
        

解决

删除 spring-boot-devtools 依赖

你可能感兴趣的:(intellij-idea,java,spring,boot)