From b24f68b0175d57c6dcd300a83f69469ac94c0b41 Mon Sep 17 00:00:00 2001 From: Mohit Kumar <162154589+mohitkumar1313@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:46:55 -0400 Subject: [PATCH] Update application-mysql.properties --- src/main/resources/application-mysql.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-mysql.properties b/src/main/resources/application-mysql.properties index 558b1de4a..b8471ab2c 100644 --- a/src/main/resources/application-mysql.properties +++ b/src/main/resources/application-mysql.properties @@ -11,4 +11,5 @@ spring.sql.init.data-locations=classpath:db/mysql/data.sql # JPA and Hibernate Configuration spring.jpa.hibernate.ddl-auto=none -spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect +spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect +