@Configration加与不加有什么区别? 加了这个注解以后会在spring中标识了Full属性,如果不标记的话会标记为lite,不过该类会继续解析@ComponentScan和@Implort等。 有个Full标记以后,就会根据当前这个类生成CGLib代理对象,返回的也是代理对象。 而且对于该 Read More
posted @ 2020-01-06 17:41 soft.push("zzq") Views(195) Comments(0) Diggs(0)