Rename samples
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
<relativePath></relativePath>
|
<relativePath></relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.cloud.stream.app</groupId>
|
<groupId>org.springframework.cloud.stream.app</groupId>
|
||||||
<artifactId>log-sink-rabbit</artifactId>
|
<artifactId>multi-input-log-sink</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>log-sink-rabbit</name>
|
<name>multi-input-log-sink</name>
|
||||||
<description>Spring Cloud Stream Log Sink Rabbit Binder Application
|
<description>Spring Cloud Stream Log Sink Rabbit Binder Application
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
@@ -10,9 +10,9 @@
|
|||||||
<relativePath></relativePath>
|
<relativePath></relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.cloud.stream.app</groupId>
|
<groupId>org.springframework.cloud.stream.app</groupId>
|
||||||
<artifactId>time-source-rabbit</artifactId>
|
<artifactId>multi-output-time-source</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>time-source-rabbit</name>
|
<name>multi-output-time-source</name>
|
||||||
<description>Spring Cloud Stream Time Source Rabbit Binder Application
|
<description>Spring Cloud Stream Time Source Rabbit Binder Application
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
@@ -12,5 +12,8 @@ spring.cloud.stream.function.bindings.timeSupplier2-out-0=output2
|
|||||||
spring.cloud.stream.function.bindings.timeSupplier3-out-0=output3
|
spring.cloud.stream.function.bindings.timeSupplier3-out-0=output3
|
||||||
|
|
||||||
|
|
||||||
|
outputs=output1,output2
|
||||||
|
inputs=
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user