Spring CredHub
2.1.1.RELEASESpring CredHub provides client-side support for storing, retrieving, and deleting credentials from a CredHub server running in a Cloud Foundry platform.
Spring Boot Config
The recommended way to get started using Spring CredHub in your project is with a dependency management system. One of the snippets below can be copied and pasted into your build.
With Maven:
<dependencies>
<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub-starter</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
</dependencies>
With Gradle:
dependencies {
compile('org.springframework.credhub:spring-credhub-starter:2.1.0.RELEASE')
}
Documentation
Each Spring project has its own; it explains in great details
how
you can use project features and what you can achieve with
them.
2.1.1.RELEASE CURRENT GA | Reference Doc. | API Doc. |
2.1.2.BUILD-SNAPSHOT SNAPSHOT | Reference Doc. | API Doc. |