导入热部署jar包
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency>
IDEA使用:
SpringBoot在idea中配置热部署
原文:https://www.cnblogs.com/zhanzhuang/p/13070522.html