springboot的热部署

1、 添加依赖
<!--热部署-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>

生于忧患,死于安乐
原文地址:https://www.cnblogs.com/songlove/p/15345267.html