在spring中加入hibernate后页面404
在配置好的spring2.5中加入hibernate3.2时出现404错误
<!--
<property name="mappingResources">
<list><value>com/po/TUser.hbm.xml</value></list>
</property>-->当spring的applicationContext.xml中出现上述代码则页面均出现下述404错误,相反注释后重新编译即出正常页面。
HTTP Status 404 -
--------------------------------------------------------------------------------
type Status report
message
description The requested resource () is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.5.28
解决办法:
在applicationContext.xml中的<beans>头里面加入default-autowire="byName"default-lazy-init="true"后,重新编译即出现正常页面。
相关推荐
csstpeixun 2020-06-28
Dreamya 2020-06-09
lanzhusiyu 2019-12-30
霸王棍 2011-05-12
麦当劳 2011-12-15
yanghan 2011-09-15
wawaboss 2012-04-10
yxlnum 2014-01-05
lwly 2019-06-27
wodetian 2019-06-21
zmosquito 2012-11-07
HAcSeeking 2012-09-14
liaochengseo 2014-07-04
gzweihuo 2014-01-11
raksmart0 2011-12-05
yixu0 2011-08-30
yongzhang 2018-08-24
Macuroon 2018-05-15