spring无法注入bean
1、报错:Unsatisfied dependency expressed through bean property
主要是注入的impl文件中,有一个变量没有交给spring bean管理,但却使用了@Autowired引入这个变量
https://www.cnblogs.com/wyq1995/p/10945034.html
3、java有两种代理方式:jdk动态代理和cglib动态代理
1、报错:Unsatisfied dependency expressed through bean property
主要是注入的impl文件中,有一个变量没有交给spring bean管理,但却使用了@Autowired引入这个变量
https://www.cnblogs.com/wyq1995/p/10945034.html
3、java有两种代理方式:jdk动态代理和cglib动态代理