From 9d8019273f28fa91ab54412bc68d274a6870207c Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 13 Jul 2023 22:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=908.0=E3=80=91=E6=9B=B4=E6=96=B0mp=20sql?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index f3d0ae83..0f72a47d 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -13,4 +13,8 @@ spring: devops: serverHost: http://192.168.31.58:12909 project-unique-code: Y4JdNfsfS2tjAQouFm1t035IAnsjSKG3 - project-interaction-secret-key: QBAttyH2ZkolwtkDcn0Y5b8HLGHEtOHC \ No newline at end of file + project-interaction-secret-key: QBAttyH2ZkolwtkDcn0Y5b8HLGHEtOHC + +mybatis-plus: + configuration: + log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl \ No newline at end of file