SpringBoot如何进行高效热重启配置设置?
- 内容介绍
- 文章标签
- 相关推荐
本文共计471个文字,预计阅读时间需要2分钟。
1. 添加依赖 - `groupId`: org.springframework.boot - `artifactId`: spring-boot-devtools - `optional`: true - `scope`: runtime - 注意:不能被其他模块继承,多个子模块可去除`optional`。
本文共计471个文字,预计阅读时间需要2分钟。
1. 添加依赖 - `groupId`: org.springframework.boot - `artifactId`: spring-boot-devtools - `optional`: true - `scope`: runtime - 注意:不能被其他模块继承,多个子模块可去除`optional`。

