熱部署

熱部署 添加依賴 在 plugin 中配置另外一個屬性 fork,並且配置爲 true。 配置 IDEA 熱啓動就需要用到我們在一開始就引入的另外一個組件:spring-boot-devtools。它是 Spring Boot 提供的一組開發工具包,其中就包含我們需要的熱部署功能,在使用這個功能之前還需要再做一些配置。 添加依賴 <dependency> <groupId>org.springfr
相關文章
相關標籤/搜索