Upgrade the H2 database to the latest version
[policy/pap.git] / main / src / test / resources / application-test.yaml
index 093ce43..06d4c3a 100644 (file)
@@ -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: