14 lines
321 B
YAML
14 lines
321 B
YAML
stubrunner.repositoryRoot: classpath:m2repo/repository/
|
|
stubrunner.ids: org.springframework.cloud.contract.verifier.stubs:streamService:0.0.1-SNAPSHOT:stubs
|
|
|
|
spring:
|
|
cloud:
|
|
stream:
|
|
bindings:
|
|
output:
|
|
destination: returnBook
|
|
input:
|
|
destination: bookStorage
|
|
|
|
server:
|
|
port: 0 |