@org.springframework.beans.factory.annotation.Autowired(required=true) 问题原因: service接口的实现类没有在对应的Impl包下 解决方法: 将service接口的实现类添加到对应的Impl包下 相关文章: 2021-06-04 2021-10-15 2021-05-27 2022-12-23 2021-11-07 2021-05-04 2022-01-18