前言

Thymeleaf是一个XML/XHTML/HTML5模板引擎,这里介绍如何应用Thymeleaf 做静态资源托管。


具体应用
  • 依赖
<!-- 模板渲染 -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
  • Thymeleaf 的静态资源托管是在resources/static下,如图:

SpringBoot - Thymeleaf 静态资源托管_xml

  • 访问结果如下:

SpringBoot - Thymeleaf 静态资源托管_静态资源_02

- End -
梦想是咸鱼
关注一下吧
SpringBoot - Thymeleaf 静态资源托管_xml_03
作者:Maggieq8324