Spring CredHubSpring CredHub3.4.0

Spring CredHub 提供了客戶端支援,用於在 Cloud Foundry 平臺上執行的 CredHub 伺服器中儲存、檢索和刪除憑據。

CredHub 提供了一個 API,用於安全地儲存、生成、檢索和刪除各種型別的憑據。Spring CredHub 為 CredHub API 提供了 Java 繫結,使得 Spring 應用程式能夠輕鬆地與 CredHub 整合。

Spring Boot 配置

在您的專案中開始使用 Spring CredHub 的推薦方式是使用依賴管理系統。以下程式碼片段之一可以複製並貼上到您的構建檔案中。

使用 Maven

<dependencies>
    <dependency>
        <groupId>org.springframework.credhub</groupId>
        <artifactId>spring-credhub-starter</artifactId>
        <version>3.4.0</version>
    </dependency>
</dependencies>

使用 Gradle

dependencies {
  compile('org.springframework.credhub:spring-credhub-starter:3.4.0')
}
Spring Initializr

快速啟動您的專案

領先一步

VMware 提供培訓和認證,助您加速進步。

瞭解更多

獲得支援

Tanzu Spring 提供 OpenJDK™、Spring 和 Apache Tomcat® 的支援和二進位制檔案,只需一份簡單的訂閱。

瞭解更多

即將舉行的活動

檢視 Spring 社群所有即將舉行的活動。

檢視所有