From 67657e9f02b47ac0381228781a37e0ad69deef05 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:32:15 +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 | 7 -------
ruoyi/src/main/resources/application-dev.yml | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml
index eac37708d..e8a9fa737 100644
--- a/ruoyi/pom.xml
+++ b/ruoyi/pom.xml
@@ -109,13 +109,6 @@
mysql-connector-java
runtime
-
-
-
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
- ${mybatis.spring.boot.starter.version}
-
diff --git a/ruoyi/src/main/resources/application-dev.yml b/ruoyi/src/main/resources/application-dev.yml
index 4954cb63f..29bed646d 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://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://192.168.0.222:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: root
# 从库数据源