Prepared code for parallel run

This commit is contained in:
Marcin Grzejszczak
2016-11-14 10:30:04 +01:00
parent e93d951d50
commit 42d82dca23
22 changed files with 44 additions and 29 deletions

View File

@@ -2,4 +2,6 @@ stubrunner:
repositoryRoot: classpath:m2repo/repository/
ids: org.springframework.cloud.contract.verifier.stubs.amqp:spring-cloud-contract-amqp-test:0.4.0-SNAPSHOT:stubs
amqp:
enabled: true
enabled: true
server:
port: 0

View File

@@ -2,3 +2,5 @@ stubrunner:
camel.enabled: false
idsToServiceIds:
fraudDetectionServer: someNameThatShouldMapFraudDetectionServer
server:
port: 0

View File

@@ -2,3 +2,5 @@ stubrunner:
camel.enabled: false
idsToServiceIds:
fraudDetectionServer: someNameThatShouldMapFraudDetectionServer
server:
port: 0

View File

@@ -1,2 +1,4 @@
stubrunner.repositoryRoot: classpath:m2repo/repository/
stubrunner.ids: org.springframework.cloud.contract.verifier.stubs:camelService
stubrunner.ids: org.springframework.cloud.contract.verifier.stubs:camelService
server:
port: 0

View File

@@ -1,2 +1,4 @@
stubrunner.repositoryRoot: classpath:m2repo/repository/
stubrunner.ids: org.springframework.cloud.contract.verifier.stubs:integrationService:0.0.1-SNAPSHOT
stubrunner.ids: org.springframework.cloud.contract.verifier.stubs:integrationService:0.0.1-SNAPSHOT
server:
port: 0

View File

@@ -8,4 +8,7 @@ spring:
output:
destination: returnBook
input:
destination: bookStorage
destination: bookStorage
server:
port: 0