Add Swagger UI support using Springdoc OpenAPI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user