org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.InvalidMappingException: Could not parse mapping document from file D:\apache-tomcat-8.0.39\webapps\bos\WEB-INF\classes\cn\edu\tsu\bos\domain\User.hbm.xml
这个一般都是tomcat环境的问题,clean一下项目试试;
都不行的话 仔细看看你的xml文件里的头文件中是不是有多余的空格。
解決了額,是我的映射文件類名寫錯了