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

关键代码

1 dependency>
2     <groupId>org.springframework.boot</groupId>
3     <artifactId>spring-boot-devtools</artifactId>
4     <scope>runtime</scope>
5 </dependency>
原文地址:https://www.cnblogs.com/q2546/p/11105032.html