diff --git a/2.0.x/images/callouts/1.png b/2.0.x/images/callouts/1.png new file mode 100644 index 00000000..7d473430 Binary files /dev/null and b/2.0.x/images/callouts/1.png differ diff --git a/2.0.x/images/callouts/2.png b/2.0.x/images/callouts/2.png new file mode 100644 index 00000000..5d09341b Binary files /dev/null and b/2.0.x/images/callouts/2.png differ diff --git a/2.0.x/images/callouts/3.png b/2.0.x/images/callouts/3.png new file mode 100644 index 00000000..ef7b7004 Binary files /dev/null and b/2.0.x/images/callouts/3.png differ diff --git a/2.0.x/index.html b/2.0.x/index.html index d64154cf..09e5856f 100644 --- a/2.0.x/index.html +++ b/2.0.x/index.html @@ -90,7 +90,7 @@ $(addBlockSwitches);
2.0.0.BUILD-SNAPSHOT
+2.0.1.BUILD-SNAPSHOT
spring-cloud-vault-config
the test cases). Example Maven configuration:Example 2.1. pom.xml
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.4.RELEASE</version>
+ <version>2.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
@@ -13,7 +13,7 @@ the test cases). Example Maven configuration:<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-vault-config</artifactId>
- <version>2.0.0.BUILD-SNAPSHOT</version>
+ <version>2.0.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/2.0.x/multi/multi_pr01.html b/2.0.x/multi/multi_pr01.html
index 7fad193c..a1d87121 100644
--- a/2.0.x/multi/multi_pr01.html
+++ b/2.0.x/multi/multi_pr01.html
@@ -1,3 +1,3 @@
- © 2016-2017 The original authors.
![[Note]](images/note.png)
Note Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
Spring Cloud Vault Config provides client-side support for externalized configuration in a distributed system. With HashiCorp’s Vault you have a central place to manage external secret properties for applications across all environments. Vault can manage static and dynamic secrets such as username/password for remote applications/resources and provide credentials for external services such as MySQL, PostgreSQL, Apache Cassandra, MongoDB, Consul, AWS and more.
\ No newline at end of file
+ © 2016-2018 The original authors.
![[Note]](images/note.png)
Note Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
Spring Cloud Vault Config provides client-side support for externalized configuration in a distributed system. With HashiCorp’s Vault you have a central place to manage external secret properties for applications across all environments. Vault can manage static and dynamic secrets such as username/password for remote applications/resources and provide credentials for external services such as MySQL, PostgreSQL, Apache Cassandra, MongoDB, Consul, AWS and more.