eclipse 、idea 实现热部署

eclipse 添加依赖即可: <!-- 热部署依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> idea: 1. <!-- 热部署
相关文章
相关标签/搜索