From 73f6f8eeef701a3b5559e2a50a273075cc867095 Mon Sep 17 00:00:00 2001 From: Salman Manoe Date: Sat, 25 Mar 2023 00:03:06 +0700 Subject: [PATCH] Update jdbc properties Setting untuk localhost --- .../src/main/resources/jdbc.localhost.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jasamedika-config/src/main/resources/jdbc.localhost.properties b/jasamedika-config/src/main/resources/jdbc.localhost.properties index 8ba5f0c3..f4c1355b 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 = none +hibernate.hbm2ddl = update hibernate.format_sql = true hibernate.show_sql = true @@ -10,7 +10,7 @@ hikari.config.maximum.pool.size = 5 # DB Development jdbc.url = jdbc:postgresql://localhost:5432/rsabhk_backup jdbc.username = postgres -jdbc.password = root +jdbc.password = Postgr3s jdbc.serverName = localhost jdbc.databaseName = rsabhk_backup jdbc.portNumber = 5432