Fix services configuration example

This commit is contained in:
Mike Heath
2019-05-14 23:55:23 -06:00
committed by Roy Clarkson
parent 84fad7e3ec
commit b6861ea7e0

View File

@@ -164,10 +164,12 @@ spring:
path: classpath:app1.jar
*services:*
*- service-instance-name: example-db*
*name: mysql*
*plan: small*
*parameters:*
*param-key: param-value*
*services:*
*- service-instance-name: example-db*
*name: mysql*
*plan: small*
*parameters:*
*param-key: param-value*
```
==== Dynamic Customization