Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Apr 26, 2016
1 parent cc59827 commit e8818ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Braintree Spring Example

An example Braintree integration for Spring (Java)
An example Braintree integration for Spring (Java).

## Setup Instructions

1. [Install gradle](https://docs.gradle.org/current/userguide/installation.html) and project dependencies:

```
./gradlew build -x test
```

2. Copy the `example.config.properties` to `config.properties` and fill in your Braintree API credentials. Credentials can be found by navigating to Account > My user > View API Keys in the Braintree control panel. Full instructions can be [found on our support site](https://articles.braintreepayments.com/control-panel/important-gateway-credentials#api-credentials).
2. Copy the `example.config.properties` to `config.properties` and fill in your Braintree API credentials. Credentials can be found by navigating to Account > My User > View Authorizations in the Braintree Control Panel. Full instructions can be [found on our support site](https://articles.braintreepayments.com/control-panel/important-gateway-credentials#api-credentials).

3. Start server
3. Start server:

```
java -jar build/libs/bt-example-0.1.0.jar
Expand Down

0 comments on commit e8818ac

Please sign in to comment.