Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
GentleWang1011 committed Sep 17, 2021
1 parent 9f76fb2 commit 93b54a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file added document/docs/img/service.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion document/docs/service/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ serving-admin仅实现简单的用户登录,用户可业务需求,自行实
#### 服务管理
* 服务接口:展示注册中心中各实例注册的服务接口

![weight](../img/service.jpg)
![service](../img/service.jpg)


列表字段
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<guava.version>27.1-jre</guava.version>
<guava.version>30.0-jre</guava.version>
<grpc.version>1.25.0</grpc.version>
<protobuf.version>3.6.1</protobuf.version>
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<os-maven-plugin.version>1.6.1</os-maven-plugin.version>
<spring.boot.version>2.2.0.RELEASE</spring.boot.version>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.7</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.7</version>
<version>4.5.13</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -231,7 +231,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
<version>1.26</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 93b54a5

Please sign in to comment.