Настроен сваггер

pull/12/head
L_DelOff 2023-06-05 14:52:52 +03:00
parent 4443dc16ae
commit e76059d6bc
2 changed files with 11 additions and 0 deletions

View File

@ -64,6 +64,13 @@
<artifactId>liquibase-core</artifactId>
<version>4.19.0</version>
</dependency>
<!-- Swagger -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>

View File

@ -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