Skip to content

Commit

Permalink
Swagger API documentation based on SpringDoc OpenAPI UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rogargon committed Sep 18, 2022
1 parent bf46335 commit 086dc91
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.rhizomik</groupId>
<artifactId>rhizomerAPI</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>rhizomerAPI</name>
Expand Down Expand Up @@ -112,6 +112,13 @@
<version>4.3.2</version>
</dependency>

<!-- Documentation -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.10</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 086dc91

Please sign in to comment.