SpringBoot中有几种定义Bean的方式?
- SpringBoot中有几种定义Bean的方式?
- 代码栗子演示
-
- 1、@Bean
- 2. @Component
- 3. @Controller、@RestController、@Service、@Repository
- 4. @ControllerAdvice、@RestControllerAdvice
- 5. @Configuration
- 6. @Import
- 7. BeanDefinition
- 8. \<bean\/>
SpringBoot中有几种定义Bean的方式?
一共列举了如下8中方式:
@Bean
@Component
@Controller、@RestController