thymeleaf 不必再說,spring boot 推薦的模板引擎
因為其為html靜態頁面 方便前后端開發人員協作,這里,自己也便開始研究,畢竟spring boot 1.5.3 以后整合不了jsp了
這里講布局框架,github見
https://github.com/ultraq/thymeleaf-layout-dialect
有了這個布局框架,你可以專注於body體的內容,不在糾結與left header footer 公共js css
這兒有個坑
thymeleaf-layout-dialect 現有 1.X 2.x版本
具體參見這個markdown https://github.com/ultraq/thymeleaf-layout-dialect/blob/master/Docs/MigrationGuide.md
最新的spring-boot-starter-thymeleaf起步依賴還不支持2.X請大家注意。
2.X 的文檔ultraq 也是兩個月前 大約2017年5月寫的。