Spring CredHub 2.0.1

Spring CredHub provides client-side support for storing, retrieving, and deleting credentials from a CredHub server running in a Cloud Foundry platform.

CredHub provides an API to securely store, generate, retrieve, and delete credentials of various types. Spring CredHub provides a Java binding for the CredHub API, making it easy to integrate Spring applications with CredHub.
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:

org.springframework.credhub spring-credhub-starter 2.0.0.RELEASE

With Gradle:

dependencies {
compile(‘org.springframework.credhub:spring-credhub-starter:2.0.0.RELEASE’)
}

Quick start
Bootstrap your application with Spring Initializr.

发布了0 篇原创文章 · 获赞 0 · 访问量 41

猜你喜欢

转载自blog.csdn.net/csdn_18617158573/article/details/104333329