一、applicationcontext.xml的位置
1、如果将applicationcontext.xml放在src下,web.xml添加配置
我写成classpath*:*.xml加载不了。。。不知道为什么。。
2、如果将applicationcontext.xml放在web.xml同目录下(web-inf),无需在web.xml中配置。
3、随便放在那个路径,只要配置相应路径就ok,参看1。
二、另外applicationcontext.xml中加载hbm的时候,如果报错 FileNotFound,那么注意:
mappingLocations 对应 classpath:/resources/hbm/*/.hbm.xml
mappingDirectoryLocations 对应 classpath*:/resource/hbm
mappingResources 对应 uiyresource/hbm/user.hbm.xml