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
共有 0 条评论