You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have spring boot project with mariadb and I am trying to make plugin work, to generate changes from entities.
I followed instructions, with exception of driver, but also with mysql driver and always get the same error, when I try to generate changes: Unexpected error running Liquibase: java.lang.RuntimeException: Driver class was not specified and could not be determined from the url (hibernate:spring:dev.cvetan.teachingschedule.entity?dialect=org.hibernate.dialect.MariaDB103Dialect)
I have spring boot project with mariadb and I am trying to make plugin work, to generate changes from entities.
I followed instructions, with exception of driver, but also with mysql driver and always get the same error, when I try to generate changes:
Unexpected error running Liquibase: java.lang.RuntimeException: Driver class was not specified and could not be determined from the url (hibernate:spring:dev.cvetan.teachingschedule.entity?dialect=org.hibernate.dialect.MariaDB103Dialect)
build.gradle
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: