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> </
相關文章
相關標籤/搜索