_014_SpringBoot_热部署插件

--------------------------------

<!--springboot开发热部署插件-->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <optional>true</optional>
</dependency>

 

相关文章:

  • 2021-10-29
  • 2021-06-13
  • 2021-05-16
  • 2021-05-31
  • 2021-11-13
猜你喜欢
  • 2019-07-16
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
相关资源
相似解决方案