摘要: ## @Component注解的作用 @Component注解标识的bean会注入到SpringBoot中,托管给SpringBoot。 ## 使用@Component注解需要注意 @Component需要搭配@ComponentScan注解才可以生效。 ## @Component注解标识的bean 阅读全文
posted @ 2023-06-08 22:50 sunpeiyu 阅读(240) 评论(0) 推荐(0) 编辑