From d16a7af3916ef854e9f878740d64c6ddd6dfe20a Mon Sep 17 00:00:00 2001 From: dxc Date: Wed, 24 Mar 2021 10:56:18 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=B8=85=E9=99=A4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-pro.yml | 2 +- src/main/resources/application-uat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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