Add 'disabled' properties to deployable

This commit is contained in:
Dave Syer
2016-08-16 14:21:39 +01:00
parent f26bdea6d9
commit 68c9614be5
3 changed files with 63 additions and 12 deletions

View File

@@ -17,6 +17,8 @@ spring:
coordinates: ${dt.pre}eureka:${dt.ver}
port: 8761
message: To see the dashboard open http://localhost:8761
disabled:
eureka.client.enabled: false
h2:
coordinates: ${dt.pre}h2:${dt.ver}
port: 9095
@@ -31,6 +33,8 @@ spring:
port: 9091
waitUntilStarted: true
order: -200
disabled:
spring.cloud.bus.enabled: false
zipkin:
coordinates: ${dt.pre}zipkin:${dt.ver}
port: 9411