会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
康威特冶楼
首页
新随笔
联系
订阅
管理
2019年4月11日
Spring中@Autowired 注解的注入规则
摘要: 默认根据类型,匹配不到则根据bean名字 1.声明一个service接口 public interface HelloService { void sayHello(); } 2.service接口的实现类,此时bean名字是 helloServiceImpl @Service public cla
阅读全文
posted @ 2019-04-11 13:10 Convict
阅读(39734)
评论(6)
推荐(17)
编辑
公告