spring boot工程如何启用 热启动功能

关键代码

1 dependency>
2     <groupId>org.springframework.boot</groupId>
3     <artifactId>spring-boot-devtools</artifactId>
4     <scope>runtime</scope>
5 </dependency>

 

posted @ 2019-06-28 22:13  梦人亭  阅读(220)  评论(0编辑  收藏  举报