SpringBoot學習筆記之五-Web開發Thymeleaf模板引擎

模板引擎 常用的模板引擎:JSP,Velocity,Freemarker,Thymeleaf等等 SpringBoot使用嵌入式的Tomcat,默認不支持JSP 模板引擎的作用:寫一個頁面模板 SpringBoot推薦Thymeleaf,語法更簡單,功能更強大 用法: (1)引入模板引擎,在pom.xml文件中添加依賴: <!--引入模板引擎--> <dependency>     <groupI
相關文章
相關標籤/搜索