Processor samples refactoring

This commit is contained in:
Soby Chacko
2019-10-29 11:24:02 -04:00
parent 7b105a1495
commit 175018af5e
24 changed files with 901 additions and 155 deletions

View File

@@ -3,11 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>reactive-processor</artifactId>
<artifactId>reactive-processor-rabbit</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>reactive-processor-kafka</name>
<description>Spring Cloud Stream Reactive Processor Kafka</description>
<name>reactive-processor-rabbit</name>
<description>Spring Cloud Stream Reactive Processor Rabbit</description>
<parent>
<groupId>org.springframework.boot</groupId>