Added Stub Runner, fixes #64

This commit is contained in:
Marcin Grzejszczak
2017-08-23 16:53:36 +02:00
parent 6b83f5d86a
commit 5c34b170f4
14 changed files with 229 additions and 13 deletions

View File

@@ -79,6 +79,16 @@ spring:
spring.cloud.deployer.local.javaOpts: ${dt.opts}
application-properties:
management.security.enabled: false
stubrunner:
coordinates: ${dt.pre}stubrunner:${dt.ver}
port: 8750
message: To see the registered stubs open http://localhost:8750/stubs
order: 0
properties:
spring.cloud.deployer.memory: ${dt.mem}
spring.cloud.deployer.local.javaOpts: ${dt.opts}
application-properties:
management.security.enabled: false
zipkin:
coordinates: ${dt.pre}zipkin:${dt.ver}
port: 9411
@@ -121,6 +131,11 @@ spring:
spring.cloud.deployer.thin.profile: rabbit
application-properties:
spring.cloud.bus.enabled: true
stubrunner:
properties:
spring.cloud.deployer.thin.profile: rabbit
application-properties:
spring.cloud.bus.enabled: true
zipkin:
properties:
spring.cloud.deployer.thin.profile: rabbit