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
7e6d69a8
Commit
7e6d69a8
authored
Aug 22, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改介绍
parent
bf323339
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
+2
-3
No files found.
README.md
View file @
7e6d69a8
...
@@ -328,7 +328,7 @@ Nepxion Discovery是一款对Spring Cloud服务注册发现和负载均衡的增
...
@@ -328,7 +328,7 @@ Nepxion Discovery是一款对Spring Cloud服务注册发现和负载均衡的增
-
例如,控制平台用Nacos做远程配置中心,微服务用Redis做远程配置中心
-
例如,控制平台用Nacos做远程配置中心,微服务用Redis做远程配置中心
如果只想要“用户自定义和编程灰度路由”功能,而不想要灰度发布功能
如果只想要“用户自定义和编程灰度路由”功能,而不想要灰度发布功能
去除远程配置中心包的引入
-
去除远程配置中心包的引入
```
xml
```
xml
<dependency>
<dependency>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
...
@@ -336,8 +336,7 @@ Nepxion Discovery是一款对Spring Cloud服务注册发现和负载均衡的增
...
@@ -336,8 +336,7 @@ Nepxion Discovery是一款对Spring Cloud服务注册发现和负载均衡的增
<artifactId>
discovery-plugin-config-center-extension-redis
</artifactId>
<artifactId>
discovery-plugin-config-center-extension-redis
</artifactId>
</dependency>
</dependency>
```
```
-
下面两项配置改为false
下面两项配置改为false
```
xml
```
xml
# 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true
# 开启和关闭服务注册层面的控制。一旦关闭,服务注册的黑/白名单过滤功能将失效,最大注册数的限制过滤功能将失效。缺失则默认为true
spring.application.register.control.enabled=false
spring.application.register.control.enabled=false
...
...
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