Error creating bean with name ‘PictureController’: Injection of autowired dependence解决方法 在PictureServiceImpl只是加@Service,容器还是有时候还是扫不到,应该是@Service(“PictureService”) Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(