Skip to content

Commit

Permalink
Update RM
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Jan 24, 2025
1 parent 0cc0482 commit 6a3a422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
<a href="https://github.com/xuxueli/xxl-rpc/">
<img src="https://img.shields.io/github/stars/xuxueli/xxl-rpc" >
</a>
<a href="https://hub.docker.com/r/xuxueli/xxl-rpc-admin/">
<img src="https://img.shields.io/docker/pulls/xuxueli/xxl-rpc-admin" >
</a>
<img src="https://img.shields.io/github/license/xuxueli/xxl-rpc.svg" >
<a href="https://www.xuxueli.com/page/donate.html">
<img src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square" >
Expand Down
9 changes: 4 additions & 5 deletions doc/XXL-RPC官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-rpc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-rpc/)
[![GitHub release](https://img.shields.io/github/release/xuxueli/xxl-rpc.svg)](https://github.com/xuxueli/xxl-rpc/releases)
[![GitHub stars](https://img.shields.io/github/stars/xuxueli/xxl-rpc)](https://github.com/xuxueli/xxl-rpc/)
[![Docker Status](https://img.shields.io/docker/pulls/xuxueli/xxl-rpc-admin)](https://hub.docker.com/r/xuxueli/xxl-rpc-admin/)
![License](https://img.shields.io/github/license/xuxueli/xxl-rpc.svg)
[![donate](https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square)](https://www.xuxueli.com/page/donate.html)

Expand Down Expand Up @@ -80,10 +79,10 @@ XXL-RPC 支持多种使用方式,并提供轻量级内置注册中心,下面

#### 2.1.1、服务注册中心搭建

基于 [XXL-CONF(Github)](https://github.com/xuxueli/xxl-conf) 搭建 “轻量级注册中心”,详细可参考 [XXL-CONF官方文档](https://www.xuxueli.com/xxl-conf/)

一行命令启动注册中心,一站式提供服务动态注册发现能力。

基于 XXL-CONF 搭建 “轻量级注册中心”:一行命令启动注册中心,一站式提供服务动态注册发现能力
- XXL-CONF:一站式服务管理平台(配置中心、注册中心),提供 动态配置管理、服务注册及发现能力;降低中间件认知及运维成本。
- Github:https://github.com/xuxueli/xxl-conf );
- 官方文档:https://www.xuxueli.com/xxl-conf/
```
// 说明:xxl-conf 详细配置可参考官方文档
docker pull xuxueli/xxl-conf-admin
Expand Down

0 comments on commit 6a3a422

Please sign in to comment.