From a0d2ee56be8095181de623b47dcea8613f3f1f43 Mon Sep 17 00:00:00 2001 From: cunyv <2468697909@qq.com> Date: Wed, 15 Feb 2023 14:57:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?maven=E4=BB=93=E5=BA=93=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=EF=BC=8C=E5=8E=9F=E6=9C=89=E7=9A=84=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=B8=8B=E8=BD=BD=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9ed7362d..73d230ea7 100644 --- a/pom.xml +++ b/pom.xml @@ -228,7 +228,7 @@ public aliyun nexus - https://maven.aliyun.com/repository/public + https://maven.aliyun.com/repository/central true From 35c3f430cc91819fedefdfb624c88fac968c5525 Mon Sep 17 00:00:00 2001 From: cunyv <2468697909@qq.com> Date: Wed, 15 Feb 2023 15:00:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E5=AF=86=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application-druid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index a69d8feb2..9423adfa2 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -8,7 +8,7 @@ spring: master: url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root - password: password + password: 123456 # 从库数据源 slave: # 从数据源开关/默认关闭