Hibernate 4 Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

后端 未结 12 1728
青春惊慌失措
青春惊慌失措 2021-01-17 14:25

I am using Hibernate latest version 4.3.5.Final.

My hibernate.cfg.xml file content:



        
12条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-17 14:49

    The same problem occurred to me with the mysql service running, correct credentials, but the database name was misspelled, so basically the database did not exist.

提交回复
热议问题