Browse Source

remove 删除无用 admin-client 依赖声明 避免造成误解

master
疯狂的狮子Li 2 years ago committed by Gitee
parent
commit
5964dc81ab
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 7
      pom.xml

7
pom.xml

@ -87,13 +87,6 @@ @@ -87,13 +87,6 @@
<scope>import</scope>
</dependency>
<!-- SpringBoot 监控客户端 -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>${spring-boot-admin.version}</version>
</dependency>
<!-- FastDFS 分布式文件系统 -->
<dependency>
<groupId>com.github.tobato</groupId>

Loading…
Cancel
Save