thymeleaf模板對沒有結束符的HTML5標籤解析出錯

來源:互聯網
上載者:User

標籤:htm   3.0.0   2.0   標籤   layout   dia   3.0   div   沒有   

thymeleaf 2.X 版本對HTML5要求比較嚴格,因此必須每個標籤都有結束符。

現在有一種簡單的方法可以避免這個問題:使用thymeleaf 3.0 版本!

具體操作如下:

pom.xml 檔案的<properties>添加如下版本資訊:

1 <properties>2         <thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>3         <thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>45 </properties>

OK! 錯誤消失了!

thymeleaf模板對沒有結束符的HTML5標籤解析出錯

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.