diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 1be7734..ed4871e 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -7,8 +7,8 @@ spring: jpa: properties: hibernate: - show_sql: true - format_sql: true + show_sql: false + format_sql: false use_sql_comments: true devtools: restart: