Skip to content

Commit

Permalink
Add openapi documentation with springdoc (Alovoa#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT authored Apr 23, 2022
1 parent 1904cfc commit ea39a82
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@
<artifactId>url-detector</artifactId>
<version>0.1.23</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-security</artifactId>
<version>1.6.7</version>
</dependency>

</dependencies>

Expand Down Expand Up @@ -224,6 +234,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit ea39a82

Please sign in to comment.