Restore download widget and customize the artifact.

This commit is contained in:
Scott Frederick
2017-11-03 13:09:27 -05:00
parent 1be186c1d2
commit db74d0be15
4 changed files with 12 additions and 3 deletions

View File

@@ -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
View File

@@ -0,0 +1,4 @@
dependencies {
compile '{@= groupId @}:spring-credhub-starter:{@= version @}'
}

View File

@@ -1,7 +1,8 @@
<dependencies>
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>spring-credhub-core</artifactId>
<artifactId>spring-credhub-starter</artifactId>
<version>{@= version @}</version>
</dependency>
</dependencies>

View File

@@ -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.