基于thymyleaf模板引擎下的html中引入shiro标签

1、在pom中引用thymyleaf对shiro的支持:

<dependency>
   <groupId>com.github.theborakompanioni</groupId>
   <artifactId>thymeleaf-extras-shiro</artifactId>
   <version>2.0.0</version>
</dependency>

2、在html的顶级标签中引入shiro命名空间:xmlns:shiro="http://www.pollix.at/thymeleaf/shiro

<div class="layuimini-container layuimini-page-anim" xmlns:th="http://www.thymeleaf.org"
     xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">

3、我看了网上的很多例子,到以上两步就结束了,但其实需要在shiroConfig中加载shiroDialect,来实现shiro对模板thymyleaf的支持,否则还是不会生效。

 @Bean
 public ShiroDialect getShiroDialect(){
     return new ShiroDialect();
 }

至此就可以在html中引入shiro标签并且生效了:

 <shiro:hasPermission name="user:add:*">
    <button class="layui-btn layui-btn-normal layui-btn-sm data-add-btn" lay-event="add"> 添加 </button>
</shiro:hasPermission>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值