使用了thymeleaf模板引擎之后,html中的标签,都可以直接替换成th:src th:href 但是处理js的中的资源路径并不是像jsp那么简单了。可以通过以下方式解决。
<!--处理路径问题-->
<script th:inline="javascript">
var path = [[${#request.contextPath}]]
</script>
<script th:inline="none">
虹梦未来 博主文章分类:Spring boot ©著作权
文章标签 模板引擎 html javascript 文章分类 Html/CSS 前端开发
使用了thymeleaf模板引擎之后,html中的标签,都可以直接替换成th:src th:href 但是处理js的中的资源路径并不是像jsp那么简单了。可以通过以下方式解决。
<!--处理路径问题-->
<script th:inline="javascript">
var path = [[${#request.contextPath}]]
</script>
<script th:inline="none">
上一篇:[Springboot]Whitelabel Error Page This application has no explicit mapping for /error, so you are s
新建一个springboot工程,加入thymeleaf依赖:
主要内容有:1. 配置Thymeleaf2. 基本信息引
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M