Add Swagger UI support using Springdoc OpenAPI

This commit is contained in:
2025-07-19 20:41:16 +02:00
parent a2b68f6b9f
commit 7c3c4e228e
2 changed files with 10 additions and 1 deletions

View File

@@ -23,6 +23,13 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- API Documentation -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.9</version>
</dependency>
<!-- llama-java (IA offline) -->
<dependency>
<groupId>de.kherud</groupId>