Spring boot项目整合thymeleaf和shiro

 

 
项目使用了spring boot 框架和orm框架用了spring data jpa和前台是thymeleaf

 

 

 
第一步:先在pom.xml加入thymeleaf和shiro的依赖 

 

 


   com.github.theborakompanioni
   thymeleaf-extras-shiro
   1.2.1

 
第二步:在ShiroConfig写入一个bean 
@Bean public ShiroDialect shiroDialect() { return new ShiroDialect(); }


第三步:在html中加入xmlns

 

第四步:在相应的标记那里添加shiro

 

 

  • 用户管理
  • 角色管理
  •          更多计算机视频教程(Java、Python、大数据等等)、计算机软件(Mac)、影视资源推荐。

             欢迎大家关注本公众号:V的聚集地 

     

    Spring boot项目整合thymeleaf和shiro_第1张图片

     

     

     

     

     

     

     

     

    你可能感兴趣的:(spring,boot,spring,data,jpa,shiro)