springboot项目开启热部署步骤
1 引入依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <!-- <scope>runtime</scope>--> <!-- <optional>true</optional>--> </dependency>
2 开启自动编译功能
3 Registry
Shift+Ctrl+Alt+/ 选择Registry