Skip to content

Commit 5b82e53

Browse files
author
zahar.kalosha
committed
Add application.properties for test directory
1 parent 95049a3 commit 5b82e53

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/resources/application.properties

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ spring.datasource.password=${DB_PASSWORD}
66
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
77

88
spring.h2.console.enabled=true
9-
#spring.jpa.defer-datasource-initialization=true
109
spring.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
1310
spring.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

1814
spring.sql.init.mode=always

0 commit comments

Comments
 (0)