一、什么是Thymeleaf:
-
Thymeleaf 官网是这么解释的:Thymeleaf is a modern server-side Java template engine for both web and standalone environments.
-
译过来就是:Thymeleaf是适用于Web和独立环境的现代服务器端
Java模板引擎
Thymeleaf模板的运行离不开web的环境,所以你需要对相关知识学习理解才能更好的有助于你对Thymeleaf的学习和认知。
二、Thymeleaf依赖:
<!--引入thymeleaf的依赖--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
标签:web,Java,服务器端,boot,Thymeleaf,使用,模板 From: https://www.cnblogs.com/superyonng/p/17853380.html