Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdb committed Jan 23, 2019
1 parent 9efd11d commit a70b915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/sap-java-buildpack-api-usage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ The [Application Router](./approuter/package.json) is used to provide a single e
## Compile the Java application
Run maven to package the application
```shell
sap-java-buildpack-api-usage$ mvn package
sap-java-buildpack-api-usage$ mvn package
```
## Create the xsuaa service instance
Use the [xs-security.json](./xs-security.json) to define the authentication settings and create a service instance
```shell
sap-java-buildpack-api-usage$ cf create-service xsuaa application xsuaa-authentication -c xs-security.json
sap-java-buildpack-api-usage$ cf create-service xsuaa application xsuaa-authentication -c xs-security.json
```
## Configuration the manifest
The [vars](../vars.yml) contains hosts and paths that need to be adopted.
Expand Down

0 comments on commit a70b915

Please sign in to comment.