SSH框架搭建Spring的引入和检测
1.applicationContext.xml配置问题:
(1)不能打开hbm.xml文件,因为其不存在。
class path resource [bean/AddresslistEntity.hbm.xml] cannot be opened because it does not exist
<property name="mappingLocations">
<list>
<!--如用下面的配置会有问题,class path resource [bean/AddresslistEntity.hbm.xml] cannot be opened because it does not exist-->
<