
thymeleaf
hello_world!
java coder
展开
-
<thymeleaf>不通过controller返回templates文件夹下的html页面
https://www.cnblogs.com/iron-birch/p/10298800.html 今天在学习thymeleaf的时候,对resources文件夹下的几个子文件夹产生了一些疑问(static、templates),最后通过验证,发现在外部浏览器中只能访问到static文件夹下的资源(static意味静态的),而templates模板文件夹下的文件不可直接被访问,如html、xl...原创 2020-03-12 14:15:48 · 843 阅读 · 0 评论 -
springboot整合thymeleaf跳转html页面
https://blog.youkuaiyun.com/innovate1989/article/details/83046899 最近在做项目的过程中需要在springboot中跳转html页面,参考网上的帖子最后总算是实现了,但是发现在整合的过程中存在很多易犯错误,特此记录一下。 1.pom中引入thymeleaf依赖 <dependency> <groupId>o...原创 2020-03-12 14:15:07 · 3738 阅读 · 1 评论