芯が強い人になるESTJ-A

# springboot--thymeleaf依赖包

IT開発 Tags: 无标签 阅读: 335

pom.xml

        <!-- 引入thymeleaf模板引擎-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>

html

<html lang="en" xmlns:th=“http://www.thymeleaf.org”>