Update application-mysql.properties

This commit is contained in:
Mohit Kumar 2024-09-26 20:46:55 -04:00 committed by GitHub
parent 613568be8b
commit b24f68b017
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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