From c7fd81b72fb62b3afcf6291dc77ae570e2ec3063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=B4=BA=E8=B4=BA?= <1510379943@qq.com> Date: Tue, 19 Nov 2024 12:29:57 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=BB=93=E6=9E=84=E5=92=8C=E6=96=87=E6=A1=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trading_platform/src/main/resources/application.yml | 10 +++++----- trading_platform/target/classes/application.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/trading_platform/src/main/resources/application.yml b/trading_platform/src/main/resources/application.yml index ed20da9..64ca4dd 100644 --- a/trading_platform/src/main/resources/application.yml +++ b/trading_platform/src/main/resources/application.yml @@ -9,8 +9,8 @@ springdoc: path: /v3/api-docs swagger-ui: path: /swagger-ui.html - -logging: - level: - root: debug - com.trading_platform: debug \ No newline at end of file +# debug 注释 +#logging: +# level: +# root: debug +# com.trading_platform: debug \ No newline at end of file diff --git a/trading_platform/target/classes/application.yml b/trading_platform/target/classes/application.yml index ed20da9..64ca4dd 100644 --- a/trading_platform/target/classes/application.yml +++ b/trading_platform/target/classes/application.yml @@ -9,8 +9,8 @@ springdoc: path: /v3/api-docs swagger-ui: path: /swagger-ui.html - -logging: - level: - root: debug - com.trading_platform: debug \ No newline at end of file +# debug 注释 +#logging: +# level: +# root: debug +# com.trading_platform: debug \ No newline at end of file