springboot thymeleaf和shiro 整合——按钮可见性

1. 添加依赖


 
   com.github.theborakompanioni
    thymeleaf-extras-shiro
    
1.2.1
 
2. 在shiro的configuration中配置

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

3. 在html中加入xmlns


4. 例子





你可能感兴趣的:(springboot thymeleaf和shiro 整合——按钮可见性)