diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 846fa586..41f4b6c7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -30,6 +30,8 @@ spring.web.locale=en_US spring.web.locale-resolver=fixed springdoc.default-produces-media-type=application/json +springdoc.api-docs.path=/v1/api-docs +springdoc.api-docs.writer-with-order-by-keys=true # Logging configuration logging.level.org.springframework.security=debug