会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
sunpeiyu
博客园
首页
管理
2023年6月8日
SpringBoot之@Component注解源码
摘要: ## @Component注解的作用 @Component注解标识的bean会注入到SpringBoot中,托管给SpringBoot。 ## 使用@Component注解需要注意 @Component需要搭配@ComponentScan注解才可以生效。 ## @Component注解标识的bean
阅读全文
posted @ 2023-06-08 22:50 sunpeiyu
阅读(485)
评论(0)
推荐(0)
编辑