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
77f93ea8
Commit
77f93ea8
authored
Dec 25, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级版本到4.8.0
parent
2dcf0208
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
39 additions
and
40 deletions
+39
-40
README.md
+2
-4
discovery-common-apollo/pom.xml
+1
-1
discovery-common-nacos/pom.xml
+1
-1
discovery-common-redis/pom.xml
+1
-1
discovery-common/pom.xml
+1
-1
discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java
+1
-1
discovery-console-desktop/pom.xml
+1
-1
discovery-console-starter-apollo/pom.xml
+1
-1
discovery-console-starter-nacos/pom.xml
+1
-1
discovery-console-starter-redis/pom.xml
+1
-1
discovery-console/pom.xml
+1
-1
discovery-plugin-admin-center/pom.xml
+1
-1
discovery-plugin-config-center-starter-apollo/pom.xml
+1
-1
discovery-plugin-config-center-starter-nacos/pom.xml
+1
-1
discovery-plugin-config-center-starter-redis/pom.xml
+1
-1
discovery-plugin-config-center/pom.xml
+1
-1
discovery-plugin-framework-consul/pom.xml
+1
-1
discovery-plugin-framework-eureka/pom.xml
+1
-1
discovery-plugin-framework-nacos/pom.xml
+1
-1
discovery-plugin-framework-zookeeper/pom.xml
+1
-1
discovery-plugin-framework/pom.xml
+1
-1
discovery-plugin-starter-consul/pom.xml
+1
-1
discovery-plugin-starter-eureka/pom.xml
+1
-1
discovery-plugin-starter-nacos/pom.xml
+1
-1
discovery-plugin-starter-zookeeper/pom.xml
+1
-1
discovery-plugin-strategy-starter-gateway/pom.xml
+1
-1
discovery-plugin-strategy-starter-hystrix/pom.xml
+1
-1
discovery-plugin-strategy-starter-service/pom.xml
+1
-1
discovery-plugin-strategy-starter-zuul/pom.xml
+1
-1
discovery-plugin-strategy/pom.xml
+1
-1
discovery-springcloud-example-console/pom.xml
+1
-1
discovery-springcloud-example-gateway/pom.xml
+1
-1
discovery-springcloud-example-service/pom.xml
+1
-1
discovery-springcloud-example-zuul/pom.xml
+1
-1
pom.xml
+2
-2
version.bat
+2
-1
No files found.
README.md
View file @
77f93ea8
...
...
@@ -8,8 +8,6 @@
Nepxion Discovery是一款对Spring Cloud Discovery服务注册发现、Ribbon负载均衡、Feign和RestTemplate调用、Hystrix或者阿里巴巴Sentinel熔断隔离限流降级的增强中间件,其功能包括灰度发布(包括切换发布和平滑发布)、服务隔离、服务路由、服务权重、黑/白名单的IP地址过滤、限制注册、限制发现等,支持Eureka、Consul、Zookeeper和阿里巴巴的Nacos为服务注册发现中间件,支持阿里巴巴的Nacos、携程的Apollo和Redis为远程配置中心,支持Spring Cloud Gateway(Finchley版)、Zuul网关和微服务的灰度发布,支持多数据源的数据库灰度发布等客户特色化灰度发布,支持用户自定义和编程灰度路由策略(包括RPC和REST两种调用方式),支持运维调度灰度发布和路由的元数据,兼容Spring Cloud Edgware版和Finchley版。现有的Spring Cloud微服务很方便引入该中间件,代码零侵入
:exclamation:临时提醒,由于Spring Cloud Nacos 0.2版本和Nepxion Discovery有点不兼容,故先请
[
从https://github.com/spring-cloud-incubator/spring-cloud-alibaba
](
https://github.com/spring-cloud-incubator/spring-cloud-alibaba
)
下载代码(我在那里PULL了一些代码),然后导入到IDE,代码就不会抛错了。当0.2.1正式发布后,就不需要这么麻烦了
对于使用者来说,他所需要做的如下:
-
引入相关依赖到pom.xml,参考
[
依赖兼容
](
#依赖兼容
)
-
操作配置文件,参考
[
配置文件
](
#配置文件
)
...
...
@@ -284,8 +282,8 @@ Spring Boot Admin监控平台
### 版本
| Spring Cloud版本 | Nepxion Discovery版本 |
| --- | --- |
| Finchley |
当前版本 4.8.0-RC2 稳定版本 4.7.12
|
| Edgware |
当前版本 3.8.0-RC1 稳定版本 3.7.12
|
| Finchley |
4.8.0
|
| Edgware |
3.8.0
|
### 依赖
```
xml
...
...
discovery-common-apollo/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-common-nacos/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-common-redis/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-common/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-common/src/main/java/com/nepxion/discovery/common/constant/DiscoveryConstant.java
View file @
77f93ea8
...
...
@@ -10,7 +10,7 @@ package com.nepxion.discovery.common.constant;
*/
public
class
DiscoveryConstant
{
public
static
final
String
DISCOVERY_VERSION
=
"4.8.0
-RC2
"
;
public
static
final
String
DISCOVERY_VERSION
=
"4.8.0"
;
public
static
final
String
SPRING_APPLICATION_DISCOVERY_PLUGIN
=
"spring.application.discovery.plugin"
;
public
static
final
String
SPRING_APPLICATION_REGISTER_CONTROL_ENABLED
=
"spring.application.register.control.enabled"
;
...
...
discovery-console-desktop/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<properties>
...
...
discovery-console-starter-apollo/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-console-starter-nacos/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-console-starter-redis/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-console/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-admin-center/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center-starter-apollo/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center-starter-nacos/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center-starter-redis/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-config-center/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-consul/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-eureka/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-nacos/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework-zookeeper/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-framework/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-consul/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-eureka/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-nacos/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-starter-zookeeper/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-gateway/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-hystrix/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-service/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy-starter-zuul/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-plugin-strategy/pom.xml
View file @
77f93ea8
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
</parent>
<dependencies>
...
...
discovery-springcloud-example-console/pom.xml
View file @
77f93ea8
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.plugin.version>
4.8.0
-RC2
</discovery.plugin.version>
<discovery.plugin.version>
4.8.0
</discovery.plugin.version>
<spring.cloud.version>
Finchley.SR2
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.0.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.2
</spring.boot.admin.version>
...
...
discovery-springcloud-example-gateway/pom.xml
View file @
77f93ea8
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.plugin.version>
4.8.0
-RC2
</discovery.plugin.version>
<discovery.plugin.version>
4.8.0
</discovery.plugin.version>
<spring.cloud.version>
Finchley.SR2
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.0.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.2
</spring.boot.admin.version>
...
...
discovery-springcloud-example-service/pom.xml
View file @
77f93ea8
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.plugin.version>
4.8.0
-RC2
</discovery.plugin.version>
<discovery.plugin.version>
4.8.0
</discovery.plugin.version>
<spring.cloud.version>
Finchley.SR2
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.0.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.2
</spring.boot.admin.version>
...
...
discovery-springcloud-example-zuul/pom.xml
View file @
77f93ea8
...
...
@@ -17,7 +17,7 @@
</parent>
<properties>
<discovery.plugin.version>
4.8.0
-RC2
</discovery.plugin.version>
<discovery.plugin.version>
4.8.0
</discovery.plugin.version>
<spring.cloud.version>
Finchley.SR2
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.0.RELEASE
</spring.cloud.alibaba.version>
<spring.boot.admin.version>
2.0.2
</spring.boot.admin.version>
...
...
pom.xml
View file @
77f93ea8
...
...
@@ -6,7 +6,7 @@
<name>
Nepxion Discovery
</name>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<version>
4.8.0
-RC2
</version>
<version>
4.8.0
</version>
<description>
Nepxion Discovery is an enhancement for Spring Cloud Discovery
</description>
<url>
http://www.nepxion.com
</url>
...
...
@@ -60,7 +60,7 @@
<caffeine.version>
2.6.2
</caffeine.version>
<swagger.version>
2.7.0
</swagger.version>
<spring.cloud.version>
Finchley.SR2
</spring.cloud.version>
<spring.cloud.alibaba.version>
0.2.1.
BUILD-SNAPSHOT
</spring.cloud.alibaba.version>
<spring.cloud.alibaba.version>
0.2.1.
RELEASE
</spring.cloud.alibaba.version>
<spring.boot.version>
2.0.7.RELEASE
</spring.boot.version>
<disruptor.version>
3.3.7
</disruptor.version>
<java.version>
1.8
</java.version>
...
...
version.bat
View file @
77f93ea8
...
...
@@ -15,6 +15,6 @@
@title Nepxion Discovery
@color 0a
call mvn versions:set -DnewVersion=4.8.0
-RC2
call mvn versions:set -DnewVersion=4.8.0
pause
\ No newline at end of file
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