longday1994
2017-12-30 15:18
<div class="layui-tab-item layui-show">
<iframe src="welcome.html" frameborder="0" scrolling="yes" class="x-iframe"></iframe>
</div>
比如我在templates文件夹下加载,同一文件夹下另一个非静态页面资源welcome.html,无法访问,只有把页面放到static文件夹下才能访问,所以怎么能加载welcome.html,而又不让他变成静态文件。
pom文件中添加thymeleaf的依赖
所有html文件放在/resources目录下
所有css js那些放在/resources的static目录下
appkication.properyies文件中配置
齐活
controller直接返回文件名即可
Spring Boot进阶之Web进阶
104039 学习 · 393 问题
相似问题