diff --git a/pom.xml b/pom.xml index 4c7f6ec..510430c 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,13 @@ liquibase-core 4.19.0 + + + org.springdoc + springdoc-openapi-ui + 1.7.0 + + diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c2e5d26..585d6c5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,3 +12,7 @@ spring: password: 123 liquibase-schema: "liquibase" default-schema: "hedgehogcloud" +springdoc: + swagger-ui: + path: test # если в браузере написать localhost:8080/test, то будет + # редирект на localhost:8080/swagger-ui/index.html \ No newline at end of file