Spring boot(一) IDEA热部署设置
- make project automatically
⌘ + ⇪ + A 输入make project automatically 并打钩
- compiler.automake.allow.when.app.running
⌘ + ⇪ + A 输入Registry,找到 compiler.automake.allow.when.app.running并打钩
修改pom.xml,新增如下两处
org.springframework.boot
spring-boot-devtools
true
org.springframework.boot
spring-boot-maven-plugin
true
还没有评论,来说两句吧...