Skip to content

spring boot 基础

Posted on:December 15, 2022 at 08:18 AM

背景

常用的spring boot 问题收集

注解

@Bean@Component 注解优先使用哪个注入

好像得看代码实现,可能和版本有关

bean 和 component 注解优先使用哪个注入

@Component 的使用

@Component 挂在类上面 , @Bean 挂在方法里面,@Bean 更加灵活

[Component ]https://www.baeldung.com/spring-component-annotation