在提出问题之前,我经历了:https : //springdoc.org/springdoc-properties.html#springdoc-openapi-core-properties,但看起来事情不正常。
我想使用 BaseLayout 并且还想将 Open API Specification 响应的主题更改为黑色。
我正在使用Spring Boot v2.2.2.RELEASE
和springdoc-openapi-ui V1.2.30
。
# Open API Configurations
springdoc.api-docs.path=/api-docs
springdoc.swagger-ui.path=/swagger-ui-ref.html
springdoc.swagger-ui.display-request-duration=true
springdoc.swagger-ui.tagsSorter=alpha
springdoc.swagger-ui.doc-expansion=no
springdoc.swagger-ui.layout=BaseLayout
即使进行了上述配置,默认配置也不会生效。