Mac上Intellij IDEA使用spring-boot熱部署

添加依賴 <!--熱部署依賴,生產環境、應用被打成jar包後,自動失效--> <dependency>     <groupId>org.springframework.boot</groupId>     <artifactId>spring-boot-devtools</artifactId>     <optional>true</optional> </dependency> 添加配置文件
相關文章
相關標籤/搜索