Restore download widget and customize the artifact.
This commit is contained in:
@@ -29,8 +29,8 @@ project: spring-credhub
|
||||
github_repo_url: http://github.com/spring-projects/spring-credhub
|
||||
|
||||
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
|
||||
custom_pom_template: false
|
||||
custom_gradle_template: false
|
||||
custom_pom_template: true
|
||||
custom_gradle_template: true
|
||||
|
||||
|
||||
### The following properties are constant for most projects
|
||||
|
||||
4
_includes/build.gradle
Normal file
4
_includes/build.gradle
Normal file
@@ -0,0 +1,4 @@
|
||||
dependencies {
|
||||
compile '{@= groupId @}:spring-credhub-starter:{@= version @}'
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>{@= groupId @}</groupId>
|
||||
<artifactId>spring-credhub-core</artifactId>
|
||||
<artifactId>spring-credhub-starter</artifactId>
|
||||
<version>{@= version @}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
@@ -44,6 +44,10 @@ Spring CredHub provides client-side support for storing, retrieving, and deletin
|
||||
|
||||
<span id="quick-start"></span>
|
||||
|
||||
## Quick Start
|
||||
|
||||
{% include download_widget.md %}
|
||||
|
||||
## Configure CredHub
|
||||
|
||||
Spring CredHub will auto configure a `CredHubTemplate` if you provide the `spring.credhub.url` property to your Spring Boot application.
|
||||
|
||||
Reference in New Issue
Block a user