首页 > 其他分享 >thyemleaf

thyemleaf

时间:2023-01-11 11:35:14浏览次数:41  
标签:thyemleaf thymeleaf html https org extras

导入依赖

  <!--thymeleaf模板-->
      <dependency>
          <groupId>org.thymeleaf</groupId>
          <artifactId>thymeleaf-spring5</artifactId>
      </dependency>
      <dependency>
          <groupId>org.thymeleaf.extras</groupId>
          <artifactId>thymeleaf-extras-java8time</artifactId>
      </dependency>

将html页面放在templates下就可。html需要导入thyemleaf约束

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

详细语法看在线文档

标签:thyemleaf,thymeleaf,html,https,org,extras
From: https://www.cnblogs.com/fanyaa/p/17043217.html

相关文章