журналы отладки указывают, что index.html не присутствует.
Что может быть причиной того, что index.html не найден? < /p>
Код: Выделить всё
org.springdoc
springdoc-openapi-ui
1.6.8
< /code>
application.yaml
springdoc:
swagger-ui:
tagsSorter: alpha
operations-sorter: alpha
doc-expansion: none
disable-swagger-default-url: true
logging:
level:
root: DEBUG
server:
port: 8080
spring:
application:
name: fe-applic-app
api-version: "v1"
Подробнее здесь: https://stackoverflow.com/questions/723 ... status-404