From 221076b7aaecf06cd2ae03971b49eec0a2df1606 Mon Sep 17 00:00:00 2001 From: djz8236 Date: Fri, 16 Jun 2023 09:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E6=9C=8D=E5=8A=A1=E4=BB=93=E5=82=A8?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/wh-manage/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/warehousing-system/project/wh-manage/src/main/resources/application.yml b/warehousing-system/project/wh-manage/src/main/resources/application.yml index 0731f0cf..e12c1933 100644 --- a/warehousing-system/project/wh-manage/src/main/resources/application.yml +++ b/warehousing-system/project/wh-manage/src/main/resources/application.yml @@ -7,12 +7,12 @@ spring: name: supervise-wm profiles: # active: dev - active: devv + active: pro datasource: url: jdbc:mysql://127.0.0.1:3306/warehouse2?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&autoReconnect=true&allowMultiQueries=true username: root - #password: 1LAiGz$t1*Iw - password: root + password: 1LAiGz$t1*Iw + #password: root #mybatis-plush配置 mybatis-plus: