springboot项目开启热部署步骤

1 引入依赖

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

 

2 开启自动编译功能

SpringBoog三步实现热部署

  

3 Registry

Shift+Ctrl+Alt+/ 选择Registry

 SpringBoog三步实现热部署

 

相关文章:

  • 2021-07-14
  • 2021-09-10
  • 2022-01-05
  • 2021-09-12
  • 2021-11-18
  • 2021-08-13
  • 2021-08-05
  • 2021-05-18
猜你喜欢
  • 2021-09-13
  • 2021-05-30
  • 2021-10-24
  • 2021-11-28
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案