Springboot 热部署

pom.xml

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

 

posted @ 2019-09-27 21:20  9529  阅读(52)  评论(0编辑  收藏  举报