Update jdbc properties

Setting untuk localhost
This commit is contained in:
Salman Manoe 2023-03-25 00:03:06 +07:00
parent cb51398ead
commit 73f6f8eeef

View File

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