SpringBoot 實現熱部署

1、pom.xml中加入 <!--實現springboot 熱部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> 2、settin
相關文章
相關標籤/搜索