response data size 확장(varchar(5000) --> clob)

This commit is contained in:
hsoh
2022-03-11 10:50:23 +09:00
parent e1968a8c07
commit 73ef416fe1
2 changed files with 13 additions and 19 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ spring:
hibernate:
ddl-auto: update
format_sql: true
show-sql: true
show-sql: false
database-platform: org.hibernate.dialect.H2Dialect
h2.console:
enabled: true