码迷,mamicode.com
首页 > 编程语言 > 详细

springboot 测试类,项目使用shiro时报错UnavailableSecurityManagerException

时间:2018-07-04 20:37:01      阅读:653      评论:0      收藏:0      [点我收藏+]

标签:运行   thread   read   时报   sha   就是   oid   before   except   

大概的问题就是,正常运行项目是没有问题的

使用测试类是,加载不了shiro的securityManager,主要导致不是很清楚,望告知,

解决方法

    @Resource
    org.apache.shiro.mgt.SecurityManager securityManager;

    @Before
    public void setUp() throws Exception {
        ThreadContext.bind(securityManager);
        SecurityUtils.getSubject();
    }

  

springboot 测试类,项目使用shiro时报错UnavailableSecurityManagerException

标签:运行   thread   read   时报   sha   就是   oid   before   except   

原文地址:https://www.cnblogs.com/skyLogin/p/9265114.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!