'hibernate.dialect' must be set when no Connection available error

前端 未结 9 1754
误落风尘
误落风尘 2021-02-20 01:22

I am getting the following error when using Hibernate:

\'hibernate.dialect\' must be set when no Connection available

And I am using a datasource fo

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-20 01:53

    This error is hibernate doing a poor job of telling you what went wrong with your attempted connection with database.

    In my case it was as simple as having a wrong password in config file.

提交回复
热议问题