Refactor Delete Anchor functionality
[cps.git] / cps-ri / src / test / resources / application.yml
index 73292bb..18e6ed6 100644 (file)
 spring:
   jpa:
     ddl-auto: create
+    show-sql: true
     properties:
       hibernate:
         enable_lazy_load_no_trans: true
         dialect: org.hibernate.dialect.PostgreSQLDialect
+        format_sql: true
 
   datasource:
     url: ${DB_URL}