mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Update application-mysql.properties
This commit is contained in:
parent
613568be8b
commit
b24f68b017
1 changed files with 2 additions and 1 deletions
|
@ -11,4 +11,5 @@ spring.sql.init.data-locations=classpath:db/mysql/data.sql
|
||||||
|
|
||||||
# JPA and Hibernate Configuration
|
# JPA and Hibernate Configuration
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
|
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue