From 67657e9f02b47ac0381228781a37e0ad69deef05 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 19 三月 2020 09:32:15 +0800
Subject: [PATCH] 升级 v2.2

---
 ruoyi/src/main/resources/application-dev.yml |    2 +-
 ruoyi/pom.xml                                |    7 -------
 2 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml
index eac3770..e8a9fa7 100644
--- a/ruoyi/pom.xml
+++ b/ruoyi/pom.xml
@@ -109,13 +109,6 @@
 			<artifactId>mysql-connector-java</artifactId>
 			<scope>runtime</scope>
 		</dependency>
-
-		<!-- SpringBoot闆嗘垚mybatis妗嗘灦 -->
-		<dependency>
-			<groupId>org.mybatis.spring.boot</groupId>
-			<artifactId>mybatis-spring-boot-starter</artifactId>
-			<version>${mybatis.spring.boot.starter.version}</version>
-		</dependency>
 		
 		<!-- pagehelper 鍒嗛〉鎻掍欢 -->
 		<dependency>
diff --git a/ruoyi/src/main/resources/application-dev.yml b/ruoyi/src/main/resources/application-dev.yml
index 4954cb6..29bed64 100644
--- a/ruoyi/src/main/resources/application-dev.yml
+++ b/ruoyi/src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@
         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
             # 浠庡簱鏁版嵁婧�

--
Gitblit v1.9.3