官网:Thymeleaf
使用
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> <version>2.4.0</version> </dependency>
在html界面中申明
示例