@Bean在@Configuration中注册一个bean对象交由bean工厂管理 默认单例 每次取出都是同一对象
@Bean在@Component中 每次取出都是不同的对象
https://blog.csdn.net/ttjxtjx/article/details/49866011
https://blog.csdn.net/weixin_38004638/article/details/90369974