From 5343b034932a694a27ecf20e8b20d1aac5c3e005 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期六, 08 五月 2021 23:57:09 +0800 Subject: [PATCH] update 更新作者二维码 --- pom.xml | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ef756ab..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> <!-- 渚濊禆澹版槑 --> @@ -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