Added OpenAPI UI

Refactored some REST Endpoints
This commit is contained in:
Simon Grimme
2022-07-19 12:30:24 +02:00
parent a3e5f59795
commit 6b89690180
4 changed files with 26 additions and 13 deletions
+7
View File
@@ -36,6 +36,13 @@
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<!-- OpenAPI -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.9</version>
</dependency>
<!-- Webclient Rate limiter -->
<dependency>
<groupId>io.github.resilience4j</groupId>