Add multiply Marathon hosts support
Add listOfServers property:
spring:
cloud:
marathon:
endpoint: http://marathon #this overrides host and port options
listOfServers: m1:8080,m2:8080,m3:8080 #list of marathon masters
Also starter was upgraded to latest Spring Cloud stable version.