diff options
Diffstat (limited to 'main/src/test/resources')
-rw-r--r-- | main/src/test/resources/application-test-e2e.yaml | 3 | ||||
-rw-r--r-- | main/src/test/resources/application-test.yaml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/main/src/test/resources/application-test-e2e.yaml b/main/src/test/resources/application-test-e2e.yaml index 09a2ca6a..2191a116 100644 --- a/main/src/test/resources/application-test-e2e.yaml +++ b/main/src/test/resources/application-test-e2e.yaml @@ -10,15 +10,16 @@ spring: url: jdbc:h2:mem:testdb driverClassName: org.h2.Driver jpa: +# show-sql: true properties: hibernate: dialect: org.hibernate.dialect.H2Dialect +# format_sql: true hibernate: ddl-auto: create-drop naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy - server: port: 6969 diff --git a/main/src/test/resources/application-test.yaml b/main/src/test/resources/application-test.yaml index 093ce437..06d4c3ac 100644 --- a/main/src/test/resources/application-test.yaml +++ b/main/src/test/resources/application-test.yaml @@ -10,9 +10,11 @@ spring: url: jdbc:h2:mem:testdb driverClassName: org.h2.Driver jpa: +# show-sql: true properties: hibernate: dialect: org.hibernate.dialect.H2Dialect +# format_sql: true hibernate: ddl-auto: create-drop naming: |