SpringBoot学习之@Configuration注解和@Bean注解

@Configuration [email protected]注解底层是含有@Component ,所以@Configuration 具有和 @Component 的作用。 [email protected]注解相当于spring的xml配置文件中beans标签,里面可以配置bean。 @Bean [email protected]注解相当于spring的xml配置文件bean标签,告诉容器注入
相关文章
相关标签/搜索