diff --git a/be/src/main/resources/application.yml b/be/src/main/resources/application.yml index 7ce0b78e..e8db33a9 100644 --- a/be/src/main/resources/application.yml +++ b/be/src/main/resources/application.yml @@ -11,5 +11,5 @@ spring: jpa: properties: hibernate: - show_sql: true - format_sql: true \ No newline at end of file + show_sql: false + format_sql: false \ No newline at end of file