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

@@ -15,9 +15,10 @@ ribbon:
ConnectTimeout: 3000
ReadTimeout: 60000
spring:
datasource:
url: jdbc:h2:tcp://localhost:9096/~/launcher
h2.datasource.url: jdbc:h2:tcp://localhost:9096/~/launcher
#spring:
# datasource:
# url: ${h2.datasource.url}
logging:
level:

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}