Only start config server, eureka and hystrix dashboard by default.

This commit is contained in:
Spencer Gibb
2016-07-05 16:46:49 -06:00
parent 76749c4683
commit 6e19c35b98
2 changed files with 5 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ spring:
port: 9091
waitUntilStarted: true
order: -200
deploy: ${launch:configserver,eureka,h2, hystrixdashboard,kafka}
deploy: ${launch:configserver,eureka, hystrixdashboard}