- 断点只生效一次
禁用了Any exception不然每次都会进入exception
F9走完所有
- 配置为开发模式
org.springframework
springloaded
org.springframework.boot
spring-boot-devtools
true
true
org.springframework.boot
spring-boot-maven-plugin
<!-- 如果不设置fork,那么不会restart,devtools热部署不会起作用–>
true
- 修改编译
- Shift+ALT+Ctrl+/ ,选择“Registry”,回车,找到“complier.automake.allow.when.app.running”
本文探讨了在Spring Boot开发环境下如何有效利用断点进行调试,包括禁用Anyexception避免重复触发,使用F9快速运行,以及如何通过修改注册项'complier.automake.allow.when.app.running'来实现在应用运行时自动编译。
623

被折叠的 条评论
为什么被折叠?



