Make it explicit that stream does not depend on a web server

This commit is contained in:
Dave Syer
2018-04-24 14:10:37 +01:00
parent 0f8c1ce860
commit 04f917c113
7 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
boms.spring-cloud-dependencies: org.springframework.cloud:spring-cloud-dependencies:Finchley.M8
exclusions.spring-cloud-function-web: org.springframework.cloud:spring-cloud-starter-function-web
exclusions.rabbit-http-client: com.rabbitmq:http-client
dependencies.spring-cloud-function-stream: org.springframework.cloud:spring-cloud-function-stream
dependencies.spring-cloud-stream-rabbit: org.springframework.cloud:spring-cloud-starter-stream-rabbit

View File

@@ -1,4 +1,4 @@
spring.cloud.stream.bindings.input.destination: foos
spring.cloud.stream.bindings.output.destination: bars
spring.cloud.function.stream.default-route: uppercase
spring.cloud.function.stream.processor.name: uppercase
management.security.enabled: false