chore: add minimal API documentation at root context

This commit is contained in:
2025-08-25 21:58:09 +02:00
parent 5368425c1d
commit df24350bd3
3 changed files with 42 additions and 1 deletions

View File

@@ -14,6 +14,16 @@ spring:
format_sql: true
show-sql: true
jackson:
serialization:
INDENT_OUTPUT: true
springdoc:
api-docs:
path: /v3/api-docs
swagger-ui:
path: /swagger-ui
server:
port: 8080
servlet: