我在json文件中定义了我的图像,如下所示
certlogoURL:“/ img / ocjp.gif”
我试图在我的百里香模板中显示这个
<img th:src="@{ {{certificate.certlogoURL}} }" > </img>
当我检查网页时,它会被转换成
<img src="/img/ocjp.gif">
如果我将值硬编码为
<img th:src="@{/img/ocjp.gif}"> </img>
图像正常显示.
你能帮我解决这个问题吗?
解决方法
路径可能不好,在2.4检查
http://www.thymeleaf.org/doc/articles/standarddialect5minutes.html.链接(URL)表达式