Springboot热部署如何配置

1.在pom.xml中配置依赖关系

  <!--SpringBoot热部署配置 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <optional>true</optional>
         </dependency>

2.点击File–>Settings
Springboot热部署如何配置_第1张图片
3.选择Compier---->Buid—>完成
Springboot热部署如何配置_第2张图片
4.ctrl + shift + alt + / ,选择Registry
Springboot热部署如何配置_第3张图片
5.勾上 Compiler autoMake allow when app running
Springboot热部署如何配置_第4张图片
6.重新启动

你可能感兴趣的:(spring,boot,spring,boot)