配置pom.xml
<!-- 热加载 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency>
idea 设置-编译-勾选自动构建项目
crtl+shit+alt+/ 打开注册表
勾选 compoler.automake.allow.when.app.running
标签:springboot,配置,boot,idea,Idea,勾选 From: https://www.cnblogs.com/phoenixy/p/16734765.html