赞
踩
1.问题 @Test注解方法后,@Resource注入的对象为null的问题
2.原因 @Test注解后,要配合以下两个注解使用
@SpringBootTest(classes = YourApplication.class) @RunWith(SpringJUnit4ClassRunner.class)
相当于走完全部的 容器加载才行