Thymeleaf-模板引擎
https://www.cnblogs.com/Zender/p/8709031.html
Springboot的static和templates:
https://www.cnblogs.com/wangshen31/p/8727359.html
跟棒(๑•̀ㅂ•́)و✧
Thymeleaf 基本用法总结
https://www.cnblogs.com/topwill/p/7434955.html
springboot静态资源文件的访问:
https://blog.youkuaiyun.com/woshinidabinge/article/details/83617096
Thymeleaf入门(一)——入门与基本概述
https://www.cnblogs.com/jiangbei/p/8462294.html
从.Net到Java学习第九篇——SpringBoot下Thymeleaf
https://www.cnblogs.com/jiekzou/p/9216305.html
spring boot 中用到的thymeleaf (模板引擎)
https://blog.youkuaiyun.com/weixin_42359436/article/details/81010014
Thymeleaf使用注意事项
https://blog.youkuaiyun.com/u013350866/article/details/80435707
<!--[if lt IE 8]>
<link rel="stylesheet" th:href="@{/resources/blueprint/ie.css}"
type="text/css" media="screen, projection">
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="/myapp/resources/blueprint/ie.css"
type="text/css" media="screen, projection">
<![endif]-->
用法[注意事项]:
- 他是个模板.不应该放在静态资源中.会导致无效.可放在[ templates ]文件夹中.