@Component和@Bean的区别 @Bean标注在方法上,告诉Spring这个方法返回的对象应该加入到容器中。 @Component标注在类上,告诉Spring这个类的对象应该被创建并加入到容器中。