【Idea】idea 配置springboot 热部署

配置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

 

posted @ 2022-09-27 15:36  Phoenixy  阅读(242)  评论(0)    收藏  举报