文章詳情頁(yè)
淺談spring boot使用thymeleaf版本的問(wèn)題
瀏覽:4日期:2023-06-27 14:36:40
spring boot使用thymeleaf版本問(wèn)題
Spring boot默認(rèn)使用的是thymeleaf的2版本,這個(gè)版本比較低,有些功能不支持,需要切換成3版本
在properties中加入<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version><thymeleaf-layout-dialect.version>2.1.1</thymeleaf-layout-dialect.version>
<properties><thymeleaf.version>3.0.11.RELEASE</thymeleaf.version><thymeleaf-layout-dialect.version>2.1.1</thymeleaf-layout-dialect.version></properties>
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
以上為個(gè)人經(jīng)驗(yàn),希望能給大家一個(gè)參考,也希望大家多多支持好吧啦網(wǎng)。
標(biāo)簽:
Spring
相關(guān)文章:
1. asp讀取xml文件和記數(shù)2. IDEA中 Getter、Setter 注解不起作用的問(wèn)題如何解決3. Android CountDownTimer案例總結(jié)4. 簡(jiǎn)體中文轉(zhuǎn)換為繁體中文的PHP函數(shù)5. Python 中如何使用 virtualenv 管理虛擬環(huán)境6. 多個(gè)SpringBoot項(xiàng)目采用redis實(shí)現(xiàn)Session共享功能7. python利用opencv實(shí)現(xiàn)顏色檢測(cè)8. CSS自定義滾動(dòng)條樣式案例詳解9. 每日六道java新手入門面試題,通往自由的道路第二天10. PHP實(shí)現(xiàn)基本留言板功能原理與步驟詳解
排行榜
