SpringBoot Eclipse 热部署

pom文件:

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

 

posted @ 2020-06-29 19:45  alittlecomputer  阅读(134)  评论(0编辑  收藏  举报