Springboot使用thymeleaf动态模板实现刷新
程序员文章站
2022-03-15 09:56:51
当springmvc转向springboot的时候,发现springboot默认支持thymeleaf,对于一直使用jsp的程序员,还是有点不适应。不过研究了一会发现thymeleaf更加适合前后分离...
当springmvc转向springboot的时候,发现springboot默认支持thymeleaf,对于一直使用jsp的程序员,还是有点不适应。
不过研究了一会发现thymeleaf更加适合前后分离,所以果断抛弃jsp转入thymeleaf,最头疼的就是修改完之后不会自动刷新。
首先要在配置文件application.yml (或 application.properties)
spring thymeleaf: cache: false #重点是这个要设置false不然会无效 prefix: classpath:/thymeleaf/ suffix: .html mode: html5 encoding: utf-8
浏览器也需要设置disabled cache不然也不会有效果,图下图所示
保存后手动点击build -> buildproject,也就是下图的按钮
这样thymeleaf就会自动更新页面数据。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
上一篇: Vue管理系统前端之组件拆分封装详解
推荐阅读
-
vue.js中使用echarts实现数据动态刷新功能
-
SpringBoot+ Thymeleaf模板引擎使用介绍
-
Springboot使用thymeleaf动态模板实现刷新
-
[SpringBoot——Web开发(使用Thymeleaf模板引擎)]
-
SpringBoot集成nacos动态刷新数据源的实现示例
-
SpringBoot中使用Spring Data Jpa 实现简单的动态查询的两种方法
-
在SpringBoot中如何使用模板引擎thymeleaf
-
模板引擎Thymeleaf使用教程(SpringBoot 第五章)
-
apollo与springboot集成实现动态刷新配置的教程详解
-
html+js+PHP(使用了smarty模板技术)+mysql实现二级动态下拉列表(select)