SpringBoot學習篇9[熱部署]

1. 開啓熱部署 在平常開發中,爲了提升開發效率,每每啓用SpringBoot的熱部署。開啓SpringBoot熱部署也很是簡單,僅須要兩步:web 1.1 禁用Thymeleaf緩存 spring.thymeleaf.cache=false 1.2 添加spring-boot-devtools插件 <dependency> <groupId>org.springframework.boot</
相關文章
相關標籤/搜索