starting with OpenAPI documentation

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-13 00:31:40 +02:00
parent f0a15f6696
commit 87ca71c8f9
7 changed files with 51 additions and 24 deletions

View File

@@ -83,6 +83,11 @@
<artifactId>caffeine</artifactId>
<version>3.1.2</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>