1-idea中springboot设置热部署

pox.xml文件中

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <scope>runtime</scope>
        </dependency>

配置

 ctr+shit+alt+/

 勾选

 配置

 勾选

 ok!

原文地址:https://www.cnblogs.com/gfbzs/p/12330734.html