diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index 5b20ecf..85a4479 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: false + show: true 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 2a9e6d8..536139b 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: false + show: true jackson: date-format: yyyy-MM-dd HH:mm:ss