From 6e72da5b1aec4638748245436edf6ee9a97cd666 Mon Sep 17 00:00:00 2001 From: Murilo Kakazu Date: Tue, 1 Oct 2024 00:01:32 -0300 Subject: [PATCH] docs: update swagger path --- src/main/resources/application.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index fc8e7d4..9cf30b1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,8 +8,7 @@ spring.profiles.active=dev spring.jpa.open-in-view=false # SWAGGER-UI CUSTOM PATH -springdoc.swagger-ui.path=/swagger-ui.html -springdoc.swagger-ui.url=/v1/swagger.json -springdoc.api-docs.path=/v1/swagger.json +springfox.documentation.swagger.v2.path=/test/swagger-resources +springfox.documentation.swagger-ui.base-url=/test/swagger-ui springdoc.swagger-ui.tagsSorter=alpha springdoc.swagger-ui.operationsSorter=alpha \ No newline at end of file