SpringBoot自學好幾天 中途開始寫筆記 SpringBoot Web開發 thymeleaf 引入 20190120

SpringBoot 默認是以jar包方式+嵌入式tomcat形式發佈 不支持jsp 所以我們要使用thymeleaf模板引擎來寫我們的代碼 模板引擎 JSP Velocty FreeMarker thymeleaf 各種模板引擎的基本思想是一樣的,就是通過引擎把數據映射到靜態的模板裏邊,然後展示給用戶 SpringBoot推薦使用Thymeleaf : 語法簡單 功能強大 1. 引入Thymel
相關文章
相關標籤/搜索