码迷,mamicode.com
首页 > 其他好文 > 详细

@Configuration 和 @Component 的区别, 以及lite mode

时间:2020-05-11 21:54:10      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:other   voc   another   glib   mod   conf   method   standard   cglib   

Instead,when one {@code @Bean}-method invokes another {@code @Bean}-method in lite

mode, the invocation is a standard Java method invocation; Spring does not interceptthe invocation via a CGLIB proxy.

如果@Component下使用@Bean, 并通过调用方法来获取JavaBean, 那么每次获取到都是新的JavaBean, 不是单例生产的JavaBean, 这种模式就是lite mode, @Configuration是同一个.

@Configuration 和 @Component 的区别, 以及lite mode

标签:other   voc   another   glib   mod   conf   method   standard   cglib   

原文地址:https://www.cnblogs.com/kikochz/p/12872055.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!