springBoot实现热部署

1 <dependencies>
2         <dependency>
3             <groupId>org.springframework.boot</groupId>
4             <artifactId>spring-boot-devtools</artifactId>
5             <optional>true</optional>
6     </dependency>
7 </dependencies>

 

在pom.xml配置文件的添加代此段码即可完成热部署

 

posted @ 2019-03-08 17:42  【曾】那时年少  阅读(216)  评论(0编辑  收藏  举报