How do I avoid 'Could not determine Hibernate dialect for database name [H2]!'?

后端 未结 5 2055
情歌与酒
情歌与酒 2020-12-12 01:46

I am getting this error when running grails run-app:

Error executing bootstraps: Error creating bean with name \'messageSource\': Initi

5条回答
  •  庸人自扰
    2020-12-12 02:45

    If jdk is Java 7u25 and grails 2.2.1, may be a solution:: Grails suddenly throws error Could not determine Hibernate dialect for database name

    The information that the error is fixed in grails 2.2.3 is correct. I tested it and it worked. A point to be made is (Spring loaded causes Grails to fail to bootstrap using Oracle JDK 1.7u25):

    I hope you find it useful :)

提交回复
热议问题