From 1725541bbb8fc1e37608ecbfa9c1df70119cbf55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=89=E5=AE=89=E5=90=9B?= <2746727141@qq.com> Date: Mon, 22 Apr 2024 20:17:27 +0800 Subject: [PATCH] =?UTF-8?q?first=20commit=20=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-application/src/main/resources/application-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-application/src/main/resources/application-dev.yml b/ruoyi-application/src/main/resources/application-dev.yml index 294675e..755f669 100644 --- a/ruoyi-application/src/main/resources/application-dev.yml +++ b/ruoyi-application/src/main/resources/application-dev.yml @@ -16,7 +16,7 @@ spring: # 数据库索引 database: 0 # 密码 - password: + password: 142730.Ly # 连接超时时间 timeout: 10s lettuce: @@ -35,9 +35,9 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://localhost:3306/vue-server?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://localhost:3306/ruoyi-boot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root - password: root + password: 142730.Ly # 从库数据源 slave: # 从数据源开关/默认关闭