From 0adbe03d2aca0876a170afdccd177259e7cead7f Mon Sep 17 00:00:00 2001
From: buildmaster 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 @@ -\ No newline at end of file +© 2016-2017 The original authors.
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.
© 2016-2018 The original authors.
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.