Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈文顺
discovery
Commits
5aef0bdc
Commit
5aef0bdc
authored
Jul 10, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改介绍
parent
d2b74e04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
README.md
+11
-1
No files found.
README.md
View file @
5aef0bdc
...
...
@@ -34,6 +34,7 @@ Nepxion Discovery是一款对Spring Cloud Discovery的服务注册发现的增
-
使用者可以自定义更多的规则过滤条件
-
使用者可以对服务注册发现核心事件进行监听
-
实现支持Spring Boot Actuator和Swagger集成
-
实现独立控制台,支持对规则和版本集中管理,未来考虑界面实现
-
实现支持未来扩展更多的服务注册中心
## 场景
...
...
@@ -58,7 +59,7 @@ Nepxion Discovery是一款对Spring Cloud Discovery的服务注册发现的增

## 依赖
选择相应的插件引入
微服务
选择相应的插件引入
```
xml
<dependency>
<groupId>
com.nepxion
</groupId>
...
...
@@ -79,6 +80,15 @@ Nepxion Discovery是一款对Spring Cloud Discovery的服务注册发现的增
</dependency>
```
独立控制台引入
```
xml
<dependency>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery-console-starter
</artifactId>
<version>
${discovery.plugin.version}
</version>
</dependency>
```
## 工程
| 工程名 | 描述 |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment