java.lang.ClassNotFoundException: org.hibernate.engine.transaction.spi.TransactionContext

前端 未结 6 1248
傲寒
傲寒 2021-02-19 06:02

I am developing Spring MVC Hibernate Integration example. In this example I\'m using Spring 4.1.9.RELEASE and Hibernate 5.1.0.Final. If I

6条回答
  •  Happy的楠姐
    2021-02-19 06:57

    Change the definition of your transaction manager to:

    
        
    
    

    And upgrade your spring framework to 4.2.x

提交回复
热议问题