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