SpringBoot在Idea开发工具中设置热部署

注意!!!! springboot实现热部署需要1.3以上版本进行,实现热部署一共进行三步操作 第一步:在pom.xml文件中添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true
相关文章
相关标签/搜索