spring @Autowired注入map set

论坛 期权论坛 编程之家     
选择匿名的用户   2021-5-28 18:52   531   0

spring会自动将IndexService 接口实现类 注入到map和set中

 
@Component
public class MyService {
    
    @Autowired
    private IndexService indexService;

    @Autowired
    private List<IndexInterface> indexList;

    @Autowired
    private Map<String, IndexInterface> indexMap;

    @Autowired
    private Set<IndexInterface> indexSet;
}

参照地址: https://www.cnblogs.com/zzq6032010/p/11605344.html

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:3875789
帖子:775174
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP