【spring boot】【thymeleaf】SPEL调用静态方法和静态属性
生活随笔
收集整理的這篇文章主要介紹了
【spring boot】【thymeleaf】SPEL调用静态方法和静态属性
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
前言
- spring boot 2.1.1.RELEASE
- thymeleaf 3.0
靜態屬性
<sapn th:text="${T(java.lang.Math).PI}">PI</span>效果:
靜態方法
<sapn th:text="${T(java.lang.Math).random()}" >random</span>效果:
獲取當前時間
<input type="text" name="createTime" th:value="${#calendars.format(T(java.util.Calendar).getInstance().getTime(),'yyyy-MM-dd')}" />【ruoyi若依】 用戶頭像
<img th:with="avatar=${T(org.apache.shiro.SecurityUtils).getSubject().getPrincipal().avatar}" th:src="@{${#strings.defaultString(avatar,'/images/user-head.jpg')}}" class="user-info" />【ruoyi若依】 用戶名
<span th:text="${T(org.apache.shiro.SecurityUtils).getSubject().getPrincipal().userName}">用戶名</span> 與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的【spring boot】【thymeleaf】SPEL调用静态方法和静态属性的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 3D 结构光 + LED 小屏:小米人脸
- 下一篇: windows 安装 openssl