spring无法注入bean

1、报错:Unsatisfied dependency expressed through bean property

主要是注入的impl文件中,有一个变量没有交给spring bean管理,但却使用了@Autowired引入这个变量

2、CGLib动态代理

https://www.cnblogs.com/wyq1995/p/10945034.html

3、java有两种代理方式:jdk动态代理和cglib动态代理

4、Spring的两种动态代理:Jdk和Cglib 的区别和实现

https://www.cnblogs.com/leifei/p/8263448.html

posted @ 2020-04-16 09:54  saifei1125  阅读(298)  评论(0编辑  收藏  举报