spring4.2.5+hibernate5.2.7 配置出错,求各位大神解惑

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [viewspace-dao.xml]: Invocation of init method failed;
nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.spi.CacheImplementor]

图片说明
图片说明
图片说明

查看哈自己的mysql-connector-java包是否和当前的配置相适应。http://stackoverflow.com/questions/18799049/error-in-hibernate-tool-in-eclipse-unable-to-create-requested-service-org-hiber

应该是jar包冲突的问题,删除jar包 重新配置下