Change engine in the database

0

Good I'm doing an API, I have the classes Person , Requisitoria and Debt ; I'm using

asked by liryco 22.06.2018 в 16:24
source

1 answer

1

Try to start the engine

spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQLInnoDBDialect

to be able to change the engine, spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect is added to the properties file.

    
answered by 23.06.2018 / 19:09
source