springboot2.5.4整合junit5,无法获取spring容器bean,求解答!
1、pom
2、测试类
3、报错信息
类上加个@ContextConfiguration
类上加个注解@RunWith(SpringRunner.class)