Hibernate could not fetch the SequenceInformation from the database

前端 未结 4 1514
抹茶落季
抹茶落季 2020-11-30 09:58

I have recently updated hibernate in my application to 5.4.4.Final. And now, I have faced with the following exception during deployment.

ERROR [org.hibernat         


        
4条回答
  •  天涯浪人
    2020-11-30 10:54

    add (or Change if already there) the dialect property as below in to "application.properties".

    spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect

提交回复
热议问题