spring 4.2+hibernate5.1

如果使用,hibernate5.1,spring框架需要升级到4.2以上。不然会报错。

Servlet.service() for servlet [springMVC] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is java.lang.NoClassDefFoundError: org/hibernate/engine/transaction/spi/TransactionContext] with root cause
java.lang.ClassNotFoundException: org.hibernate.engine.transaction.spi.TransactionContext


或者将hibernate降级

猜你喜欢

转载自zxp209.iteye.com/blog/2300020