Spring boot热部署(IDEA)

1.IDEA配置 2.在pom.xml中加入 <!-- 热部署 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> <scope>true</scope> </
相关文章
相关标签/搜索