pom文件:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency>
SpringBoot Eclipse 热部署
原文:https://www.cnblogs.com/LoganChen/p/13209934.html