Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改 swagger-ui 的布局?
对于布局选项,您可以使用 swagger-ui 配置选项。这是什么意思?
例如:
springdoc.swagger-ui.layout=BaseLayout
有哪些不同的选项可用?
布局是一种特殊类型的组件,Swagger UI 将其用作整个应用程序的根组件。您可以定义自定义布局,以便对页面上的内容进行高级控制。
默认情况下,Swagger UI 使用内置于应用程序中的BaseLayout 。您可以通过将布局的名称作为布局参数传递给 Swagger UI 来指定要使用的不同布局。
还有StandaloneLayout,或者您可以根据需要添加自定义布局: