Настроен сваггер
parent
4443dc16ae
commit
e76059d6bc
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue