使用 SpringBoot devtools 在“构建项目”IntellIJ 上重新加载前端

Posted

技术标签:

【中文标题】使用 SpringBoot devtools 在“构建项目”IntellIJ 上重新加载前端【英文标题】:Front end reload on 'Build Project' IntellIJ using SpringBoot devtools 【发布时间】:2019-12-29 18:08:17 【问题描述】:

不久前在 IntellIJ 中,我能够更改我的 html/thymeleaf 文件并点击“构建项目”,而 Spring Boot 不必重新启动整个应用程序。它将展示我的网络浏览器(Firefox、Chrome)的变化。我已经研究并尝试了各种更改,但似乎无法找到问题/错误来让我恢复到更快、更高效的前端工作效率。

【问题讨论】:

你检查过docs.spring.io/spring-boot/docs/current/reference/html/… 这个 spring.thymeleaf.cache=false 在我的 application.properties 中不起作用 【参考方案1】:

这只是 IntelliJ Idea 内部的一个设置。您可以在 build.gradle 或 pom 文件中看到 here 需要设置的内容。

【讨论】:

以上是关于使用 SpringBoot devtools 在“构建项目”IntellIJ 上重新加载前端的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot配置devtools实现热部署

使用 SpringBoot devtools 在“构建项目”IntellIJ 上重新加载前端

Spring Boot DevTools使用教程

Spring Boot DevTools使用教程

springboot + devtools(热部署)

SpringBoot配置devtools实现热部署