Use map for deployables, not array (key is the name)

This commit is contained in:
Dave Syer
2016-08-16 14:09:57 +01:00
parent 9c443a1c04
commit f26bdea6d9
6 changed files with 193 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ spring:
cloud:
launcher:
deployables:
- name: foo
foo:
coordinates: com.example:foo:0.0.1-SNAPSHOT
port: 8000
waitUntilStarted: true