File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,9 @@ spring.datasource.password=${DB_PASSWORD}
66spring.jpa.database-platform =org.hibernate.dialect.PostgreSQLDialect
77
88spring.h2.console.enabled =true
9- # spring.jpa.defer-datasource-initialization=true
109spring.jpa.hibernate.ddl-auto =update
11- # spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
12- # spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
1310spring.jpa.properties.hibernate.format_sql =true
14- # spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy
15- spring.jpa.properties.hibernate.show_sql =true
11+ # spring.jpa.properties.hibernate.show_sql=true
1612
1713
1814spring.sql.init.mode =always
You can’t perform that action at this time.
0 commit comments