diff --git a/README.md b/README.md
index bc4b968..98621f5 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@
# 文档
-关于本项目的详细使用方法以及各版本的迭代内容可查看下面的也买呢:
+关于本项目的详细使用方法以及各版本的迭代内容可查看下面的内容:
- [使用手册](https://dyc87112.github.io/spring-cloud-config-admin/)
- [版本说明](https://dyc87112.github.io/spring-cloud-config-admin/release_notes.html)
diff --git a/docs/1.0.0.md b/docs/1.0.0.md
index 78cf3fd..2aa9e4b 100644
--- a/docs/1.0.0.md
+++ b/docs/1.0.0.md
@@ -485,4 +485,4 @@ public class TestController {
- [Spring Cloud构建微服务架构:分布式配置中心](http://blog.didispace.com/spring-cloud-starter-dalston-3/)
- [Spring Cloud构建微服务架构:分布式配置中心(加密与解密)](http://blog.didispace.com/spring-cloud-starter-dalston-3-2)
-- [Spring Cloud构建微服务架构:分布式配置中心(高可用与动态刷新)](http://blog.didispace.com/springcloud4-2/)
\ No newline at end of file
+- [Spring Cloud构建微服务架构:分布式配置中心(高可用与动态刷新)](http://blog.didispace.com/springcloud4-2/)
diff --git a/pom.xml b/pom.xml
index cfc58c2..abfcabf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
pom
spring-cloud-config-admin
diff --git a/scca-core/pom.xml b/scca-core/pom.xml
index b776f81..b3a9822 100644
--- a/scca-core/pom.xml
+++ b/scca-core/pom.xml
@@ -11,7 +11,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
@@ -75,6 +75,7 @@
2.10.4
UTF-8
+ -Xdoclint:none
diff --git a/scca-discovery-consul/pom.xml b/scca-discovery-consul/pom.xml
index fbdd324..f1e1115 100644
--- a/scca-discovery-consul/pom.xml
+++ b/scca-discovery-consul/pom.xml
@@ -11,7 +11,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
@@ -77,6 +77,7 @@
2.10.4
UTF-8
+ -Xdoclint:none
diff --git a/scca-discovery-eureka/pom.xml b/scca-discovery-eureka/pom.xml
index 73b329f..6cbdbda 100644
--- a/scca-discovery-eureka/pom.xml
+++ b/scca-discovery-eureka/pom.xml
@@ -11,7 +11,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
@@ -76,6 +76,7 @@
2.10.4
UTF-8
+ -Xdoclint:none
diff --git a/scca-persistence-db/pom.xml b/scca-persistence-db/pom.xml
index a29295e..5d21ed6 100644
--- a/scca-persistence-db/pom.xml
+++ b/scca-persistence-db/pom.xml
@@ -11,7 +11,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
@@ -56,6 +56,7 @@
2.10.4
UTF-8
+ -Xdoclint:none
diff --git a/scca-persistence-git/pom.xml b/scca-persistence-git/pom.xml
index 31a7288..2079755 100644
--- a/scca-persistence-git/pom.xml
+++ b/scca-persistence-git/pom.xml
@@ -11,7 +11,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
@@ -56,6 +56,7 @@
2.10.4
UTF-8
+ -Xdoclint:none
diff --git a/scca-rest/pom.xml b/scca-rest/pom.xml
index e8fd591..a72d124 100644
--- a/scca-rest/pom.xml
+++ b/scca-rest/pom.xml
@@ -11,7 +11,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
@@ -129,6 +129,7 @@
2.10.4
UTF-8
+ -Xdoclint:none
diff --git a/scca-rest/src/main/generated/swagger-ui/swagger.json b/scca-rest/src/main/generated/swagger-ui/swagger.json
index 9bec729..87d318d 100644
--- a/scca-rest/src/main/generated/swagger-ui/swagger.json
+++ b/scca-rest/src/main/generated/swagger-ui/swagger.json
@@ -686,10 +686,12 @@
"type" : "integer",
"format" : "int64"
}, {
- "name" : "value",
- "in" : "query",
- "required" : true,
- "type" : "string"
+ "in" : "body",
+ "name" : "body",
+ "required" : false,
+ "schema" : {
+ "type" : "string"
+ }
} ],
"responses" : {
"200" : {
@@ -714,10 +716,12 @@
"type" : "integer",
"format" : "int64"
}, {
- "name" : "value",
- "in" : "query",
- "required" : true,
- "type" : "string"
+ "in" : "body",
+ "name" : "body",
+ "required" : false,
+ "schema" : {
+ "type" : "string"
+ }
} ],
"responses" : {
"200" : {
diff --git a/scca-ui/pom.xml b/scca-ui/pom.xml
index b10ddae..0ff8ad5 100644
--- a/scca-ui/pom.xml
+++ b/scca-ui/pom.xml
@@ -12,7 +12,7 @@
com.didispace
spring-cloud-config-admin
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
diff --git a/scca-use-cases/scca-config-server-db/pom.xml b/scca-use-cases/scca-config-server-db/pom.xml
index e28d363..d01d3f7 100644
--- a/scca-use-cases/scca-config-server-db/pom.xml
+++ b/scca-use-cases/scca-config-server-db/pom.xml
@@ -9,6 +9,12 @@
1.0.0-SNAPSHOT
jar
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.14.RELEASE
+
+
true
true
@@ -17,7 +23,6 @@
1.5.14.RELEASE
Edgware.SR3
-
@@ -50,14 +55,6 @@
-
- org.springframework.boot
- spring-boot-starter-parent
- ${version.spring-boot}
- pom
- import
-
-
org.springframework.cloud
spring-cloud-dependencies
@@ -71,27 +68,8 @@
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.10.4
-
- UTF-8
-
-
-
- maven-source-plugin
- 3.0.0
-
- true
-
-
-
- compile
-
- jar
-
-
-
+ org.springframework.boot
+ spring-boot-maven-plugin
diff --git a/scca-use-cases/scca-rest-server-access-config-server-db/pom.xml b/scca-use-cases/scca-rest-server-access-config-server-db/pom.xml
index 453fe05..d755daa 100644
--- a/scca-use-cases/scca-rest-server-access-config-server-db/pom.xml
+++ b/scca-use-cases/scca-rest-server-access-config-server-db/pom.xml
@@ -13,7 +13,7 @@
true
true
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
diff --git a/scca-use-cases/scca-rest-server-access-config-server-git/pom.xml b/scca-use-cases/scca-rest-server-access-config-server-git/pom.xml
index e47acef..da61695 100644
--- a/scca-use-cases/scca-rest-server-access-config-server-git/pom.xml
+++ b/scca-use-cases/scca-rest-server-access-config-server-git/pom.xml
@@ -13,7 +13,7 @@
true
true
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
diff --git a/scca-use-cases/scca-rest-server-with-config-server-db/pom.xml b/scca-use-cases/scca-rest-server-with-config-server-db/pom.xml
index 35ac2d6..d4a8032 100644
--- a/scca-use-cases/scca-rest-server-with-config-server-db/pom.xml
+++ b/scca-use-cases/scca-rest-server-with-config-server-db/pom.xml
@@ -15,7 +15,7 @@
UTF-8
1.8
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
1.5.14.RELEASE
Edgware.SR3
diff --git a/scca-use-cases/scca-rest-server-with-config-server-git/pom.xml b/scca-use-cases/scca-rest-server-with-config-server-git/pom.xml
index f2c249c..cf531f3 100644
--- a/scca-use-cases/scca-rest-server-with-config-server-git/pom.xml
+++ b/scca-use-cases/scca-rest-server-with-config-server-git/pom.xml
@@ -15,7 +15,7 @@
UTF-8
1.8
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
1.5.14.RELEASE
Edgware.SR3
diff --git a/scca-use-cases/scca-ui-server-with-all/pom.xml b/scca-use-cases/scca-ui-server-with-all/pom.xml
index be40214..9440db2 100644
--- a/scca-use-cases/scca-ui-server-with-all/pom.xml
+++ b/scca-use-cases/scca-ui-server-with-all/pom.xml
@@ -16,7 +16,7 @@
UTF-8
1.8
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
1.5.14.RELEASE
Edgware.SR3
diff --git a/scca-use-cases/scca-ui-server-with-rest-server/pom.xml b/scca-use-cases/scca-ui-server-with-rest-server/pom.xml
index 0636420..7dd633f 100644
--- a/scca-use-cases/scca-ui-server-with-rest-server/pom.xml
+++ b/scca-use-cases/scca-ui-server-with-rest-server/pom.xml
@@ -16,7 +16,7 @@
UTF-8
1.8
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
1.5.14.RELEASE
Edgware.SR3
diff --git a/scca-use-cases/scca-ui-server/pom.xml b/scca-use-cases/scca-ui-server/pom.xml
index 800c934..5063a03 100644
--- a/scca-use-cases/scca-ui-server/pom.xml
+++ b/scca-use-cases/scca-ui-server/pom.xml
@@ -16,7 +16,7 @@
UTF-8
1.8
- 1.0.0-SNAPSHOT
+ 1.0.0-RELEASE
1.5.14.RELEASE
Edgware.SR3