代码报错,请老师解惑

来源:2-2 Spring注入方式

HenryT

2015-03-02 14:43

运行testCons()单元测试报错:Error creating bean with name 'injectionService' defined in class path resource [spring-injection.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.imooc.ioc.injection.dao.InjectionDAO]: Ambiguous constructor argument types - did you specify the correct bean references as constructor arguments?

写回答 关注

1回答

  • Coda
    2015-03-02 14:55:59
    已采纳

    应该是你的Spring配置信息有问题

    Stacey... 回复玉树林枫

    真的是这样,不能同时使用两种方式。InjectionServiceImpl里只能有一种注入方式

    2017-05-05 11:14:19

    共 8 条回复 >

Spring入门篇

为您带来IOC和AOP的基本概念及用法,为后续高级课程学习打下基础

268785 学习 · 963 问题

查看课程

相似问题