Thymeleaf
Jike_Wei
Keep Real
展开
-
关于SpringBoot +thymeleaf 热部署 (界面自动刷新 )
最近项目中有用到IDEA工具编写thymeleaf页面,在修改界面代码时,页面未自动刷新,然后查了解决方法,已亲测解决问题,故记录如下:1. pom.xml 加入以下内容 <!-- 项目热部署 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>原创 2021-03-05 19:54:10 · 637 阅读 · 0 评论 -
关于Thymeleaf 日期字段时间格式化处理
关于Thymeleaf 日期字段时间格式化处理:<input type="text" name="recruitTime" th:value="${#dates.format(calendar.recruitTime, 'yyyy-MM-dd HH:MM:SS')}" class="form-control" placeholder="yyyy-MM-dd HH:mm" required>原创 2021-03-03 10:31:43 · 2057 阅读 · 0 评论