From e76059d6bcd8cf9babe412a9755a155f9843b9d9 Mon Sep 17 00:00:00 2001 From: L_DelOff <51275636+LDelOff@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:52:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=81=D0=B2=D0=B0=D0=B3=D0=B3=D0=B5=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 +++++++ src/main/resources/application.yml | 4 ++++ 2 files changed, 11 insertions(+) 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