SpringBoot 实现热部署

1、pom.xml中加入 <!--实现springboot 热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> 2、settin
相关文章
相关标签/搜索