码迷,mamicode.com
首页 > 其他好文 > 详细

thymeleaf模板引擎

时间:2020-02-19 15:19:02      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:com   org   resource   jsp   配置   template   技术   空间   info   

Springboot需要使用thymeleaf模板引擎来编写前端页面,代替了SSM中的JSP

controller的return页面的路径,默认为resources下的template

技术图片

 

查看thymeleaf的配置文件,在template下默认使用.html页面

技术图片

 

 

thymeleaf的语法:

在html中导入thymeleaf的命名空间

xmlns:th="http://www.thymeleaf.org"

 

获取后端数据并展示

 技术图片

 

遍历取值 

技术图片

 

thymeleaf模板引擎

标签:com   org   resource   jsp   配置   template   技术   空间   info   

原文地址:https://www.cnblogs.com/alanchenjh/p/12331206.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!