----------------------------导入了依赖<dependency><groupId>org.thymeleaf.extras</groupId><artifactId>thymeleaf-extras-springsecurity4</artifactId><version>3.0.2.RELEASE</version></dependency>----------------------------也引入了命名空间xmlns:th="http://www.thymeleaf.org"xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity4前端和控制台都没有报错,springboot版本2.1.0sec相关的标签都能自动提示,但是使用都是无效的。sec:authorize="hasRole('ROLE_ROOT')"也无法控制显示;无论什么值都会显示div。
2 回答
慕粉4159764
TA贡献1条经验 获得超1个赞
<thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version> 在pom里面加上这个 layout版本要2.3.0
添加回答
举报
0/150
提交
取消