sprringboot 之 热部署

pom.xml 中配置:    <!-- 热部署 : 提高开发者的开发效率,无需手动重启Spring Boot应用 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>tr
相关文章
相关标签/搜索