Spring Boot @Configuration 和 @Component_springboot @component @configuration-CSDN博客

网站介绍:文章浏览阅读2.8w次,点赞2次,收藏10次。转载自:http://blog.csdn.net/isea533/article/details/78072133  @Configuration中所有带@Bean注解的方法都会被动态代理,调用该方法返回的都是同一个实例。_springboot @component @configuration