shiro spring boot的junit测试 获取SecurityUtils

spring boot :2.2.8.RELEASE
shiro:1.4.1
junit:junit-jupiter-api-5.5.2.jar

在测试类中需要引用 到shiro的登录信息SecurityUtils 不使用mock的情况下
import com.hdlh.network.graph.service.GraphService;
import com.product.hdlh.HdlhApplicationTests;
import org.apache.shiro.SecurityUtils;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.cont

shiro spring boot的junit测试 获取SecurityUtils最先出现在Python成神之路

版权声明:
作者:倾城
链接:https://www.techfm.club/p/27193.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>