Fix sample so the thin.profile=stream works
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user