From 2a922caf896a44ee50c126a66e59b8b49d1b1678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Thu, 19 Mar 2020 09:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=20v2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi/pom.xml | 6 ++++++ ruoyi/src/main/resources/application-dev.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml index bd5885cf..eac37708 100644 --- a/ruoyi/pom.xml +++ b/ruoyi/pom.xml @@ -122,6 +122,12 @@ com.github.pagehelper pagehelper-spring-boot-starter ${pagehelper.spring.boot.starter.version} + + + org.mybatis + mybatis + + diff --git a/ruoyi/src/main/resources/application-dev.yml b/ruoyi/src/main/resources/application-dev.yml index 29bed646..4954cb63 100644 --- a/ruoyi/src/main/resources/application-dev.yml +++ b/ruoyi/src/main/resources/application-dev.yml @@ -6,7 +6,7 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://192.168.0.222:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: root # 从库数据源