Upgrade the H2 database to the latest version
[policy/pap.git] / main / src / test / resources / application-test-e2e.yaml
index 09a2ca6..2191a11 100644 (file)
@@ -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