当前位置:网站首页>thymeleaf中的日期格式转化
thymeleaf中的日期格式转化
2022-08-03 11:07:00 【qq_25073223】
Thymeleaf模板引擎
Thymeleaf作为众多模板引擎中的一种,我最初也是对它充满了陌生,在我学习SpringBoot并且试图通过学习来搭建属于自己的个人博客网站时,前端代码是少不了的,选择Thymeleaf来写模板自然不是因为我学的有多么好,而是因为我选择的教程是用的Thymeleaf,而我又不会其他的…
当然,学习Thymeleaf之前还是需要掌握一点web的知识的,我认为有着web基础多多少少能为我们的Thymeleaf之路提供了一点便利,减少一丢丢的痛苦。
Thymeleaf模板文件后缀名就是.html, 制作完成后,我们可以直接打开浏览效果
使用之前我们需要现在我们的SpringBoot项目中添加Thymeleaf的依赖,即在pom.xml文件中添加如下代码:
<!-- thymeleaf模板依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
我们的html文件也需要放置在template的文件夹下,这样我们就可以开始使用Thymeleaf模板引擎了
还有一个存放静态资源的文件夹static
在制作项目中
发现数据库中的datetime读取出来后
显示出的时间不利于查看
使用#dates.format来解决
<span th:text="${#dates.format(info.date, 'yyyy-MM-dd')}"></span>
或者是
<span th:text="${#dates.format(orderDetail.startTime,'yyyy-MM-dd HH:mm:ss')}"></span>
边栏推荐
- RecyclerView的item高度自适应
- Cookie and Session usage
- Programmers architecture practice way: software architecture basic concepts and thinking
- 代码分析Objective-C中的深拷贝与浅拷贝
- MySQL数据库高级使用
- STM32入门开发 介绍SPI总线、读写W25Q64(FLASH)(硬件+模拟时序)
- MATLAB程序设计与应用 2.6 字符串
- LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之二
- Matplotlib
- FR9811S6 SOT-23-6 23V,2A同步降压DC/DC转换器
猜你喜欢
Cross-chain bridge protocol Nomad suffers hacker attack, losing more than $150 million
The way of programmer architecture practice: how to design a sustainable evolution system architecture?
图新地球为什么很模糊,白球、看图、下载问题深度剖析
Depth study of 100 cases - convolution neural network (CNN) to realize the clothing image classification
Web Server 设置缓存响应字段的一些推荐方案
通过组策略安装软件和删除用户配置文件
在线生成接口文档
【MySQL功法】第4话 · 和kiko一起探索MySQL中的运算符
For invoice processing DocuWare, cast off the yoke of the paper and data input, automatic processing all the invoice received
LeetCode 899 Ordered queue [lexicographical order] HERODING's LeetCode road
随机推荐
嵌入式软件组件经典架构与存储器分类
[Output each bit of an integer, from high to low.With and without recursion]
build --repot
成为优秀架构师必备技能:怎样才能画出让所有人赞不绝口的系统架构图?秘诀是什么?快来打开这篇文章看看吧!...
Cookie和Session使用
记住用户名案例(js)
What is the relationship between The Matrix and 6G?
Basic using MySQL database
Question G: Word Analysis ← Questions for the second provincial competition of the 11th Blue Bridge Cup Competition
Why is the new earth blurred, in-depth analysis of white balls, viewing pictures, and downloading problems
增加WebView对localStorage的支持
Traceback (most recent call last): File
CADEditorX ActiveX 14.1.X
MySQL - 2059 - Authentication plugin ‘caching_sha2_password‘ cannot be loaded
直播弱网优化
MATLAB程序设计与应用 2.6 字符串
JS快速高效开发技巧指南(持续更新)
C#/VB.NET 从PDF中提取表格
面试官:工作两年了,这么简单的算法题你都不会?
SAP 电商云 Spartacus UI 的 External Routes 设计明细