Update README.md

This commit is contained in:
Michele Mancioppi
2020-01-31 10:30:19 +01:00
committed by GitHub
parent f389523bbf
commit 0f12ad30d7

View File

@@ -37,6 +37,13 @@ The following routes must be available for use:
cf target -o stan -s robotshop
```
## Build applications
Build the Java apps:
```sh
pushd ../shipping && ./mvnw clean package && popd
```
## First app push
RobotShop relies on specific binding names between services and apps, so we first push the apps without creating instances (all instance counts in the manifest are `0`).