File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 11# Spring boot starter for [ Apache Pulsar] ( https://pulsar.apache.org/ )
22
3+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.github.majusko/pulsar-java-spring-boot-starter/badge.svg )] ( https://search.maven.org/search?q=g:io.github.majusko )
34[ ![ Release] ( https://jitpack.io/v/majusko/pulsar-java-spring-boot-starter.svg )] ( https://jitpack.io/#majusko/pulsar-java-spring-boot-starter )
45[ ![ Build Status] ( https://travis-ci.com/majusko/pulsar-java-spring-boot-starter.svg?branch=master )] ( https://travis-ci.com/majusko/pulsar-java-spring-boot-starter )
56[ ![ Test Coverage] ( https://codecov.io/gh/majusko/pulsar-java-spring-boot-starter/branch/master/graph/badge.svg )] ( https://codecov.io/gh/majusko/pulsar-java-spring-boot-starter/branch/master )
@@ -11,15 +12,6 @@ Simple start consist only from 3 simple steps.
1112
1213#### 1. Add Maven dependency
1314
14- ``` xml
15- <repositories >
16- <repository >
17- <id >jitpack.io</id >
18- <url >https://jitpack.io</url >
19- </repository >
20- </repositories >
21- ```
22-
2315``` xml
2416<dependency >
2517 <groupId >io.github.majusko</groupId >
@@ -76,6 +68,10 @@ class MyConsumer {
7668}
7769```
7870
71+ ## Example project
72+
73+ #### [ Java Pulsar Example Project] ( https://github.com/majusko/java-pulsar-example )
74+
7975## Documentation
8076
8177### Configuration
You can’t perform that action at this time.
0 commit comments