已采纳回答 / qq_你就是梦想_0
这是applicationContext.xml<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:jdb...
2016-08-23
最全面的springxml文件约束 applicationContext.xml http://blog.csdn.net/qq_31776219/article/details/52275722
2016-08-22
我的jar包跟老师的不是同一个版本,我使用这种方法,结果在Action类中 productService.save(product);抛出空指针,是因为productService就为null,暂时不知道原因,如果有人知道,请告诉我一声。
2016-08-22
已采纳回答 / botao555
注意报错信息中的这句:Cannot resolve reference to bean 'sesstionFactory',意思是不能引用'sesstionFactory'这个bean,session这个单词拼错了,改过来就行了
2016-08-21
我用eclipse做启动tomcat是报错啊:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'empService' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'empDao' while setting bean property 'empDao'; nested exception is org.springframework.
2016-08-21