在Spring框架中,@Configuration, @Controller, @Service, @Repository都是特殊类型的@Component注解,它们用于不同的上下文,并附加了一些额外的行为: @Configuration: 用在类上,表示该类是一个配置类,..