Use map for deployables, not array (key is the name)
This commit is contained in:
@@ -2,7 +2,7 @@ spring:
|
||||
cloud:
|
||||
launcher:
|
||||
deployables:
|
||||
- name: foo
|
||||
foo:
|
||||
coordinates: com.example:foo:0.0.1-SNAPSHOT
|
||||
port: 8000
|
||||
waitUntilStarted: true
|
||||
|
||||
Reference in New Issue
Block a user