导太多遍了,唯一就是顺路对包的功能了解了一下,链接: http://pan.baidu.com/s/1hr3YMu4 密码: tj5u
2016-08-24
到这里为止因为导包浪费了很多时间,最好是都CTRL+SHIFT+T检查一下web.xml中的struts过滤器和Spring中的监听器是否存在。
2016-08-24
老师不提供log4j.properties文件,我自己随便在网上下载的,结果addProduct.jsp和老师的一样,但是无法显示界面,tomcat启动时提示:信息: Starting Servlet Engine: Apache Tomcat/6.0.13
log4j:ERROR Failed to load driver
log4j:ERROR Failed to load driver
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
我用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