From a7701a59e5118b94d97203b8611b437778e043b8 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Mon, 19 May 2025 14:44:44 +0200 Subject: [PATCH] Remove MySQL dialect property from Hibernate configuration and add mapping for Ad model --- hibernate-project/src/main/resources/hibernate.cfg.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hibernate-project/src/main/resources/hibernate.cfg.xml b/hibernate-project/src/main/resources/hibernate.cfg.xml index 0a0f143..a1788a6 100644 --- a/hibernate-project/src/main/resources/hibernate.cfg.xml +++ b/hibernate-project/src/main/resources/hibernate.cfg.xml @@ -10,7 +10,6 @@ root root - org.hibernate.dialect.MySQLDialect update @@ -18,5 +17,6 @@ true + \ No newline at end of file