diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index 6e0659c..d6d18f1 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -59,7 +59,7 @@ spring: connection-properties: druid.stat.merggSql=ture;druid.stat.slowSqlMillis=5000 props: sql: - show: true + show: false jackson: date-format: yyyy-MM-dd HH:mm:ss diff --git a/src/main/resources/application-uat.yml b/src/main/resources/application-uat.yml index 23da1f9..8b7d1b2 100644 --- a/src/main/resources/application-uat.yml +++ b/src/main/resources/application-uat.yml @@ -55,7 +55,7 @@ spring: connection-properties: druid.stat.merggSql=ture;druid.stat.slowSqlMillis=5000 props: sql: - show: true + show: false jackson: date-format: yyyy-MM-dd HH:mm:ss