From be4c117a7612ea65be244fb1bddc7c33f1fd2f19 Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Fri, 29 Mar 2024 21:39:42 +0700 Subject: [PATCH] Update service migrasi Persiapan pembuatan service scheduler update status migrasi belum kirim --- jasamedika-bridging/src/main/webapp/WEB-INF/web.xml | 2 +- jasamedika-config/src/main/resources/jdbc.localhost.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml b/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml index bf081aeb..f739001b 100644 --- a/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml +++ b/jasamedika-bridging/src/main/webapp/WEB-INF/web.xml @@ -15,7 +15,7 @@ spring.profiles.default - bridging + localhost diff --git a/jasamedika-config/src/main/resources/jdbc.localhost.properties b/jasamedika-config/src/main/resources/jdbc.localhost.properties index e89e596c..676e31b0 100644 --- a/jasamedika-config/src/main/resources/jdbc.localhost.properties +++ b/jasamedika-config/src/main/resources/jdbc.localhost.properties @@ -1,7 +1,7 @@ jdbc.driver = org.postgresql.Driver hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect -hibernate.hbm2ddl = update +hibernate.hbm2ddl = none hibernate.format_sql = true hibernate.show_sql = true