Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]

后端 未结 20 2484
南方客
南方客 2020-12-08 02:10

I am developing an application with Hibernate and I get an Exception when I connect with database. The exception is:

Unable to instantiate default tuplizer [         


        
20条回答
  •  没有蜡笔的小新
    2020-12-08 02:13

    I know its an old question and lots of answers are helpful but in my case, I faced with the same error unluckily the reason was different. (Spring boot version 2.0.5.RELEASE) If you are using

    IntelliJ idea 2018.1.5 or above and you set JDK version as JDK 11

    the same exception occurred. After updating the

    JDK version as 8

    the error is gone.

提交回复
热议问题