添加maven依赖

<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
<version>3.0.1.RELEASE</version>
</dependency>

写法(亲测可用)

<span  th:text="${#temporals.format(localDateTime, ‘dd-MM-yyyy HH:mm‘)}"></span >