Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Update plugin version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stavshamir committed Nov 3, 2021
1 parent 9d5f0fb commit 27a6c92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Add the following dependencies and configuration class to enable this plugin.
```groovy
dependencies {
// Provides the documentation API
implementation 'io.github.springwolf:springwolf-kafka:0.1.1'
implementation 'io.github.springwolf:springwolf-kafka:0.2.0'
// Provides the UI - optional (recommended)
runtimeOnly 'io.github.springwolf:springwolf-ui:0.1.1'
runtimeOnly 'io.github.springwolf:springwolf-ui:0.3.0'
}
```

Expand Down Expand Up @@ -85,8 +85,8 @@ The basePackage field must be set with the name of the package containing the cl
annotated methods.

#### Verify
If you have included the UI dependency, access it with the following url: `localhost:8080/asyncapi-ui.html`.
If not, try the following endpoint: `localhost:8080/asyncapi/docs`.
If you have included the UI dependency, access it with the following url: `localhost:8080/springwolf/asyncapi-ui.html`.
If not, try the following endpoint: `localhost:8080/springwolf/docs`.


### Example Project
Expand Down
2 changes: 1 addition & 1 deletion springwolf-kafka-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

sourceCompatibility = '1.8'
version '0.1.1'
version '0.2.0'


repositories {
Expand Down
2 changes: 1 addition & 1 deletion springwolf-kafka-example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
app:
image: stavshamir/springwolf-kafka-example:0.1.1
image: stavshamir/springwolf-kafka-example:0.2.0
links:
- kafka
environment:
Expand Down
2 changes: 1 addition & 1 deletion springwolf-kafka-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'io.github.springwolf'
version '0.1.1'
version '0.2.0'
sourceCompatibility = 1.8

repositories {
Expand Down

0 comments on commit 27a6c92

Please sign in to comment.