Junit测试类无法注入Service、Controller,报空指针异常 添加如下注解: @RunWith(SpringJUnit4ClassRunner.class) @SpringBootTest(classes = Application.class) 如图