Skip to content

Commit 8af37ac

Browse files
authored
Feat/badge for latest version (#17)
* Add badge for latest released version * Add cloud function to supported protocols Replace version with dynamic imgshields image
1 parent 76d8b90 commit 8af37ac

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/quickstart.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Add the following dependencies:
2424
</TabItem>
2525
</Tabs>
2626

27+
Latest version:
28+
![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-amqp?color=green&label=springwolf-amqp&style=plastic)
29+
![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-cloud-stream?color=green&label=springwolf-cloud-stream&style=plastic)
30+
![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-kafka?color=green&label=springwolf-kafka&style=plastic)
31+
![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-ui?color=green&label=springwolf-ui&style=plastic)
32+
2733
## Configuration Class
2834

2935
Add the following configuration class:

docs/supported-protocols.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ sidebar_position: 6
44

55
# Supported Protocols
66

7-
| Protocol | Annotation | Example Project | Latest Plugin Version |
8-
| --------------- | --------------------------------- | --------------------------------- | --------------------- |
9-
| Kafka | `@KafkaListener`, `@KafkaHandler` | [springwolf-kafka-example][kafka] | 0.10.0 |
10-
| AMQP (RabbitMQ) | `@RabbitListener` | [springwolf-amqp-example][amqp] | 0.6.0 |
7+
| Protocol | Annotation | Example Project | Latest Plugin Version |
8+
| --------------- | --------------------------------- | --------------------------------------- | --------------------- |
9+
| AMQP (RabbitMQ) | `@RabbitListener` | [springwolf-amqp-example][amqp] | ![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-amqp?color=green&label=springwolf-amqp&style=plastic) |
10+
| Cloud Functions | | [springwolf-cloud-stream][cloud-stream] | ![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-cloud-stream?color=green&label=springwolf-cloud-stream&style=plastic) |
11+
| Kafka | `@KafkaListener`, `@KafkaHandler` | [springwolf-kafka-example][kafka] | ![Maven Central](https://img.shields.io/maven-central/v/io.github.springwolf/springwolf-kafka?color=green&label=springwolf-kafka&style=plastic) |
1112

1213
Please [open an issue](https://github.com/springwolf/springwolf-core/issues/new) if you want a protocol to be supported.
1314

1415

15-
[kafka]: https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-kafka-example
1616
[amqp]:https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-amqp-example
17+
[kafka]: https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-kafka-example
18+
[cloud-stream]:https://github.com/springwolf/springwolf-core/tree/master/springwolf-examples/springwolf-cloud-stream-example

0 commit comments

Comments
 (0)