为了账号安全,请及时绑定邮箱和手机立即绑定

报错Caused by: java.lang.NoSuchMethodException: com.imooc.ioc.injection.service.InjectionServiceImpl.<init>()

在InjectionServiceImpl类里面构造注入和设值注入同时存在,把spring-injection.xml文件中的构造注入配置注释掉,运行TestInjection类里面的testSetter()设值注入方法,报异常

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'injectionService' defined in class path resource [spring-injection.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.imooc.ioc.injection.service.InjectionServiceImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: com.imooc.ioc.injection.service.InjectionServiceImpl.<init>()

http://img1.sycdn.imooc.com//5a24f5da0001333507160498.jpg

http://img1.sycdn.imooc.com//5a24f5db00010acd09520495.jpg


正在回答

2 回答

你在xml文件中用ctrl+鼠标移动到com.imooc....这一块看一下你的路径有没有出错。

0 回复 有任何疑惑可以回复我~

把构造注入那段代码注释掉看看呢?会不会是在getBean的时候构造注入但xml里没有构造注入的配置造成的

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

报错Caused by: java.lang.NoSuchMethodException: com.imooc.ioc.injection.service.InjectionServiceImpl.<init>()

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信