Update service migrasi

Persiapan pembuatan service scheduler update status migrasi belum kirim
This commit is contained in:
Salman Manoe 2024-03-29 21:39:42 +07:00
parent cce99e4298
commit be4c117a76
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</context-param>
<context-param>
<param-name>spring.profiles.default</param-name>
<param-value>bridging</param-value>
<param-value>localhost</param-value>
</context-param>
<listener>

View File

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