为了账号安全,请及时绑定邮箱和手机立即绑定
我的jar包都是引用的,各种RuntimeException,404,500 错误,把jar包手动添加到lib下面可以正常加载。

最赞回答 / 仁夏
你的项目少导入了aspectjweaver.jar包,导入就可以了

最新回答 / 抬头就是阳光c
哦,懂了,application中配置这么一段 <bean id="productAction" class="cn.lzy.ssh.action.ProductAction" scope="prototype">,刚才没看到
&lt;struts&gt;
&lt;package name=&quot;ssh&quot; extends=&quot;struts-default&quot; namespace=&quot;/&quot;&gt;
&lt;!-- 这里name和jsp中的action相对应 ,用struts配置--&gt;
&lt;action name=&quot;product_*&quot; class=&quot;productAction&quot; method=&quot;{1}&quot;&gt;

&lt;/action&gt;
&lt;/package&gt;



&lt;/struts&gt;

最新回答 / Blegend
同学,这个方法的参数是String[] mappingResources 是个数组呦

已采纳回答 / MihaiWong
这个应该是bean的id名字的问题,注意字母大小写<!--配置action层  --> <bean id="productaction" class="com.action.ProductAction" scope="prototype"> <property name="productservice" ref="productservice"></property> </bean> <!--配置service层  --> <...
ERROR [localhost-startStop-1] - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;productService&#039; defined in class path resource [applicationContext.xml]: Initialization of bean failed
老师这英语好溜

最新回答 / Blegend
虽然你说的不是很清楚,但是我能猜到,应该是你的配置文件有点问题,导致你服务器没有起来,服务器没起来的话所有对你服务器的请求都会报404的错误,不知道是不是这个问题,如果不是回复我,帮你解答
老师讲的很不错,支持一下!!
课程须知
学习本门课程前,需要对Struts2、Hibernate、Spring的基础知识有所了解,没学过的同学可以观看慕课网的《Struts2入门》、《Spring入门》和《Hibernate初探之单表映射》等课程。
老师告诉你能学到什么?
1、能够自己动手搭建SSH整合环境 2、学会Struts2+Hibernate+Spring三大框架如何整合

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消