【发布时间】:2022-01-10 13:33:00
【问题描述】:
我无法让 th:replace 工作,这是我的百里香叶:
<div th:replace="${#authorization.expression('hasRole(''ROLE'')') ? 'fragments/first :: content(content=${content})' : 'fragments/second :: content(content=${content})'}"></div>
如果我转到此页面,我会收到此错误:
Error resolving template [${#authorization.expression('hasRole(''ROLE'')') ? 'fragments/upgradeblock], template might not exist or might not be accessible by any of the configured Template Resolvers (template: "fragments/first" - line 36, col 34)
我认为我必须更改 Thymeleaf 代码中的某些内容,但无法找出是什么。 谢谢你的帮助
【问题讨论】:
标签: spring-boot spring-security thymeleaf