Only start config server, eureka and hystrix dashboard by default.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -30,4 +30,4 @@ spring:
|
||||
port: 9091
|
||||
waitUntilStarted: true
|
||||
order: -200
|
||||
deploy: ${launch:configserver,eureka,h2, hystrixdashboard,kafka}
|
||||
deploy: ${launch:configserver,eureka, hystrixdashboard}
|
||||
|
||||
Reference in New Issue
Block a user