Fix sample so the thin.profile=stream works

This commit is contained in:
Dave Syer
2017-04-27 12:09:52 +01:00
parent 995a12b234
commit e2c257b3e7
8 changed files with 39 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
<properties>
<java.version>1.8</java.version>
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
<wrapper.version>1.0.0.RELEASE</wrapper.version>
<wrapper.version>1.0.1.RELEASE</wrapper.version>
<reactor.version>3.0.7.BUILD-SNAPSHOT</reactor.version>
</properties>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Camden.SR4</version>
<version>Dalston.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

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