aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/test/resources/application-test.yaml')
-rw-r--r--main/src/test/resources/application-test.yaml2
1 files changed, 2 insertions, 0 deletions
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: