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

前端 未结 9 1746
误落风尘
误落风尘 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条回答
  •  青春惊慌失措
    2021-02-20 01:57

    I had the same errors. My problem was that I put the hibernate.properties under one package instead of the src. So my solution to my problem was moving hibernate.properties from package to src.

提交回复
热议问题