From 7c8dd238def9c50b6049707256509e5e0c12fe36 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期六, 08 五月 2021 17:08:21 +0800
Subject: [PATCH] !29 同步dev分支 Merge pull request !29 from 疯狂的狮子li/dev

---
 pom.xml |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba9aa6d..82cf791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,8 +8,8 @@
     <artifactId>ruoyi</artifactId>
     <version>3.4.0</version>
 
-    <name>ruoyi</name>
-    <url>http://www.ruoyi.vip</url>
+    <name>RuoYi-Vue-Plus</name>
+    <url>https://gitee.com/JavaLionLi/RuoYi-Vue-Plus</url>
     <description>鑻ヤ緷绠$悊绯荤粺</description>
     
     <properties>
@@ -31,6 +31,7 @@
         <hutool.version>5.5.8</hutool.version>
         <feign.version>2.2.6.RELEASE</feign.version>
         <feign-okhttp.version>11.0</feign-okhttp.version>
+        <spring-boot-admin.version>2.3.1</spring-boot-admin.version>
     </properties>
 	
     <!-- 渚濊禆澹版槑 -->
@@ -52,7 +53,7 @@
                 <artifactId>druid-spring-boot-starter</artifactId>
                 <version>${druid.version}</version>
             </dependency>
-			
+
             <!-- pagehelper 鍒嗛〉鎻掍欢 -->
             <dependency>
                 <groupId>com.github.pagehelper</groupId>
@@ -147,6 +148,22 @@
                 <version>${feign-okhttp.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>de.codecentric</groupId>
+                <artifactId>spring-boot-admin-starter-server</artifactId>
+                <version>${spring-boot-admin.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>de.codecentric</groupId>
+                <artifactId>spring-boot-admin-starter-client</artifactId>
+                <version>${spring-boot-admin.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-starter-actuator</artifactId>
+            </dependency>
+
             <!-- 瀹氭椂浠诲姟-->
             <dependency>
                 <groupId>com.ruoyi</groupId>

--
Gitblit v1.9.3