@Autowired 是通过 byType 的方式去注入的, 使用该注解,要求接口只能有一个实现类。
juejin.cn
如何使用 @Autowired 注入含有多个实现类的接口
@Autowired 的实现原理