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

求大佬解答这是什么意思

https://img1.sycdn.imooc.com//5b7022b80001df6c06360207.jpg

不知道问题出在哪

正在回答

5 回答

<bean id="injectionDAO"class="com.imooc.ioc.injection.dao.InjectionServiceImpl"></bean>

</beans>你这句包导错了

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

慕沐7199068 提问者

非常感谢!
2018-08-12 回复 有任何疑惑可以回复我~

如果你按老师的写的   应该改成com.imooc.ioc.injection.dao.InjectionDaoImpl

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

慕沐7199068 提问者

还是一样的报错。。。
2018-08-12 回复 有任何疑惑可以回复我~

额 抱歉看错章节了

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

classpath:后面根据你的.properties文件的位置和名字写

然后ImportResource("classpath:spring.xml") 就OK了

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

在你的spring.xml文档中加入<context:property-placeholder location="classpath:config.properties"/>

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

慕沐7199068 提问者

按你说的我加了,代码如下,还是报错: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans"
2018-08-12 回复 有任何疑惑可以回复我~
#2

慕沐7199068 提问者

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
2018-08-12 回复 有任何疑惑可以回复我~
#3

慕沐7199068 提问者

<bean id="injectionService" class="com.imooc.ioc.injection.service.InjectionServiceImpl"> <property name="injectionDAO"ref="injectionDAO"></property> </bean> <context:property-placeholder location="classpath:config.properties"/>
2018-08-12 回复 有任何疑惑可以回复我~
#4

慕沐7199068 提问者

<bean id="injectionDAO"class="com.imooc.ioc.injection.dao.InjectionServiceImpl"></bean> </beans>
2018-08-12 回复 有任何疑惑可以回复我~
查看1条回复

举报

0/150
提交
取消
Spring入门篇
  • 参与学习       268787    人
  • 解答问题       963    个

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

进入课程

求大佬解答这是什么意思

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