<propertyname="mappingDirectoryLocations"> <list> <value>classpath:com/per/domain</value> </list> </property> 改为: <propertyname="mappingJarLocations"> <list> <value>WEB-INF/lib/comm-base.jar</value> </list> </property>
<propertyname="mappingDirectoryLocations"> <list> <value>classpath:com/per/domain</value> </list> </property> 改为: <propertyname="mappingJarLocations"> <list> <value>WEB-INF/lib/comm-base.jar</value> </list> </property>