02thymeleaf

https://www.thymeleaf.org/
模板引擎
常用的有jsp,freemarker,Thymeleaf
spring boot 默認不支持jsp
思想
在這裏插入圖片描述Thymeleaf
引入

org.springframework.boot
spring-boot-starter-thymeleaf

版本替換
在這裏插入圖片描述修改thymeleaf 注意佈局版本對應
在這裏插入圖片描述thymeleaf 使用與語法
默認規則
在這裏插入圖片描述引入thymeleaf的名稱空間,不導入也可以,導入有提示
在這裏插入圖片描述參考語法文檔
https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.pdf

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章