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
c09f6d79
Commit
c09f6d79
authored
Jul 08, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级版本
parent
e359188c
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
21 additions
and
20 deletions
+21
-20
discovery-console-starter/pom.xml
+1
-1
discovery-console/pom.xml
+1
-1
discovery-console/src/main/java/com/nepxion/discovery/console/configuration/ConsoleAutoConfiguration.java
+1
-1
discovery-plugin-admin-center/pom.xml
+1
-1
discovery-plugin-config-center/pom.xml
+1
-1
discovery-plugin-framework-consul/pom.xml
+1
-1
discovery-plugin-framework-consul/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ConsulAutoConfiguration.java
+1
-1
discovery-plugin-framework-eureka/pom.xml
+1
-1
discovery-plugin-framework-eureka/src/main/java/com/nepxion/discovery/plugin/framework/configuration/EurekaAutoConfiguration.java
+1
-1
discovery-plugin-framework-zookeeper/pom.xml
+1
-1
discovery-plugin-framework-zookeeper/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ZookeeperAutoConfiguration.java
+1
-1
discovery-plugin-framework/pom.xml
+1
-1
discovery-plugin-router-center/pom.xml
+1
-1
discovery-plugin-starter-consul/pom.xml
+1
-1
discovery-plugin-starter-eureka/pom.xml
+1
-1
discovery-plugin-starter-zookeeper/pom.xml
+1
-1
discovery-springcloud-example-console/pom.xml
+1
-1
discovery-springcloud-example/pom.xml
+1
-1
pom.xml
+1
-1
version.bat
+2
-1
No files found.
discovery-console-starter/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-console/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-console/src/main/java/com/nepxion/discovery/console/configuration/ConsoleAutoConfiguration.java
View file @
c09f6d79
...
@@ -28,7 +28,7 @@ public class ConsoleAutoConfiguration {
...
@@ -28,7 +28,7 @@ public class ConsoleAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Console v3.3.
9
"
);
System
.
out
.
println
(
"Nepxion Discovery - Console v3.3.
10
"
);
System
.
out
.
println
(
""
);
System
.
out
.
println
(
""
);
}
}
...
...
discovery-plugin-admin-center/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-config-center/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-framework-consul/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-framework-consul/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ConsulAutoConfiguration.java
View file @
c09f6d79
...
@@ -29,7 +29,7 @@ public class ConsulAutoConfiguration {
...
@@ -29,7 +29,7 @@ public class ConsulAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Consul Plugin v3.3.
9
"
);
System
.
out
.
println
(
"Nepxion Discovery - Consul Plugin v3.3.
10
"
);
System
.
out
.
println
(
""
);
System
.
out
.
println
(
""
);
}
}
...
...
discovery-plugin-framework-eureka/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-framework-eureka/src/main/java/com/nepxion/discovery/plugin/framework/configuration/EurekaAutoConfiguration.java
View file @
c09f6d79
...
@@ -29,7 +29,7 @@ public class EurekaAutoConfiguration {
...
@@ -29,7 +29,7 @@ public class EurekaAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Eureka Plugin v3.3.
9
"
);
System
.
out
.
println
(
"Nepxion Discovery - Eureka Plugin v3.3.
10
"
);
System
.
out
.
println
(
""
);
System
.
out
.
println
(
""
);
}
}
...
...
discovery-plugin-framework-zookeeper/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-framework-zookeeper/src/main/java/com/nepxion/discovery/plugin/framework/configuration/ZookeeperAutoConfiguration.java
View file @
c09f6d79
...
@@ -29,7 +29,7 @@ public class ZookeeperAutoConfiguration {
...
@@ -29,7 +29,7 @@ public class ZookeeperAutoConfiguration {
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
"╚═══╩╩══╩══╩══╝╚╝╚══╩╝╚═╗╔╝"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╔═╝║"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
" ╚══╝"
);
System
.
out
.
println
(
"Nepxion Discovery - Zookeeper Plugin v3.3.
9
"
);
System
.
out
.
println
(
"Nepxion Discovery - Zookeeper Plugin v3.3.
10
"
);
System
.
out
.
println
(
""
);
System
.
out
.
println
(
""
);
}
}
...
...
discovery-plugin-framework/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-router-center/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-starter-consul/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-starter-eureka/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-plugin-starter-zookeeper/pom.xml
View file @
c09f6d79
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
com.nepxion
</groupId>
<groupId>
com.nepxion
</groupId>
<artifactId>
discovery
</artifactId>
<artifactId>
discovery
</artifactId>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
discovery-springcloud-example-console/pom.xml
View file @
c09f6d79
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</parent>
</parent>
<properties>
<properties>
<discovery.plugin.version>
3.3.
9
</discovery.plugin.version>
<discovery.plugin.version>
3.3.
10
</discovery.plugin.version>
<spring.cloud.version>
Edgware.SR4
</spring.cloud.version>
<spring.cloud.version>
Edgware.SR4
</spring.cloud.version>
<!-- <spring.cloud.version>Dalston.SR5</spring.cloud.version> -->
<!-- <spring.cloud.version>Dalston.SR5</spring.cloud.version> -->
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
...
...
discovery-springcloud-example/pom.xml
View file @
c09f6d79
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</parent>
</parent>
<properties>
<properties>
<discovery.plugin.version>
3.3.
9
</discovery.plugin.version>
<discovery.plugin.version>
3.3.
10
</discovery.plugin.version>
<spring.cloud.version>
Edgware.SR4
</spring.cloud.version>
<spring.cloud.version>
Edgware.SR4
</spring.cloud.version>
<!-- <spring.cloud.version>Dalston.SR5</spring.cloud.version> -->
<!-- <spring.cloud.version>Dalston.SR5</spring.cloud.version> -->
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
...
...
pom.xml
View file @
c09f6d79
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<name>
Nepxion Discovery
</name>
<name>
Nepxion Discovery
</name>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<version>
3.3.
9
</version>
<version>
3.3.
10
</version>
<description>
Nepxion Discovery is an enhancement for Spring Cloud Discovery
</description>
<description>
Nepxion Discovery is an enhancement for Spring Cloud Discovery
</description>
<url>
http://www.nepxion.com
</url>
<url>
http://www.nepxion.com
</url>
...
...
version.bat
View file @
c09f6d79
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
@title Nepxion Discovery
@title Nepxion Discovery
@color 0a
@color 0a
call mvn versions:set -DnewVersion=3.3.
9
call mvn versions:set -DnewVersion=3.3.
10
pause
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