eclipse 、idea 實現熱部署

eclipse 添加依賴即可: <!-- 熱部署依賴 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> idea: 1. <!-- 熱部署
相關文章
相關標籤/搜索