SpringBoog三步实现热部署

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

 

原文地址:https://www.cnblogs.com/yadongliang/p/13709592.html