SpringBoot Eclipse 热部署

pom文件:

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

原文地址:https://www.cnblogs.com/LoganChen/p/13209934.html