File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11![ ] ( https://github.com/reactive-commons/reactive-commons-java/workflows/reactive-commons-ci-cd/badge.svg )
2- [ ![ Reactor RabbitMQ] ( https://maven-badges.herokuapp.com/maven-central/org.reactivecommons/async-commons-starter/badge.svg )] ( https://mvnrepository.com/artifact/org.reactivecommons/async-commons-starter )
2+ [ ![ Reactor RabbitMQ] ( https://maven-badges.herokuapp.com/maven-central/org.reactivecommons/async-commons-rabbit- starter/badge.svg )] ( https://mvnrepository.com/artifact/org.reactivecommons/async-commons-rabbit -starter )
33# reactive-commons-java
44The purpose of reactive-commons is to provide a set of abstractions and implementations over different patterns and practices that make the foundation of a reactive microservices architecture.
55
@@ -18,7 +18,7 @@ To include all (API and implementation) (Spring boot Starter):
1818``` groovy
1919
2020 dependencies {
21- compile 'org.reactivecommons:async-commons-starter:<version-here>'
21+ compile 'org.reactivecommons:async-commons-rabbit- starter:<version-here>'
2222 }
2323
2424 //IMPORTANT! if you use the version 0.6.x
@@ -150,7 +150,7 @@ Don't forget to add the starter bundle to the main spring boot module (applicati
150150
151151``` groovy
152152 dependencies {
153- compile 'org.reactivecommons:async-commons-starter:<version-here>'
153+ compile 'org.reactivecommons:async-commons-rabbit- starter:<version-here>'
154154 }
155155```
156156
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ you need to include a dependency to Reactive Commons.
2626[source,groovy,subs="attributes,specialcharacters"]
2727--------
2828 dependencies {
29- compile "org.reactivecommons:async-commons-starter:{appversion}"
29+ compile "org.reactivecommons:async-commons-rabbit- starter:{appversion}"
3030 }
3131--------
3232
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ <h4 id="_sample_spring_boot_application">2.1.2. Sample Spring Boot Application</
196196< div class ="listingblock ">
197197< div class ="content ">
198198< pre class ="prettyprint highlight "> < code data-lang ="groovy "> dependencies {
199- compile "org.reactivecommons:async-commons-starter:0.6.2-ignored-value"
199+ compile "org.reactivecommons:async-commons-rabbit- starter:0.6.2-ignored-value"
200200 }</ code > </ pre >
201201</ div >
202202</ div >
You can’t perform that action at this time.
0 commit comments