Spring:@Configuration和@Component的使用与区别1.美图2.概述spring常用注解 @Component 大家都不陌生,用来注解一些公共的服务类。 但是Spring boot 中的注解 @Configuration 有什么用呢?两者有什么区别呢?2.@Configuration参考:Spring :@Configuration 注解3.@Component参考:Spring : @Component 注解4.区别4.1 项目结构