Timeline for org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 25, 2020 at 10:04 | review | Suggested edits | |||
| Jan 25, 2020 at 13:28 | |||||
| Sep 13, 2018 at 16:20 | review | Low quality answers | |||
| Sep 13, 2018 at 17:30 | |||||
| Dec 15, 2017 at 10:35 | comment | added | santu | I had given wrong password and I was facing the same error. Thank you ACV, you helped me a lot. | |
| Sep 20, 2017 at 13:58 | comment | added | ACV | Only when there is no DB | |
| Sep 20, 2017 at 10:33 | comment | added | zygimantus | Does this error appear only when the database does not exist or also when the tables inside the database are not present? | |
| Aug 12, 2016 at 9:32 | comment | added | ACV | @AlexWorden, Andrei meant you can put it in application.properties if it is Spring Boot. There must be the equivalent for xml based Spring configuration. | |
| Aug 10, 2016 at 19:45 | comment | added | Alex Worden | @Andrei - how / where would I specify "spring.jpa.hibernate.ddl-auto=create"? | |
| Jan 18, 2016 at 1:00 | comment | added | Andrei | Normally you can avoid manual creation by using "spring.jpa.hibernate.ddl-auto=create" | |
| Sep 5, 2015 at 19:14 | history | answered | ACV | CC BY-SA 3.0 |