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 文档?
将文档放在实现类中会使它看起来杂乱无章。Springfox 有这个选项,它在 springdoc 中可用吗?如果是这样,该怎么做?
您只需在接口级别添加 OpenAPI 注释。它只是工作。
这是一个示例工作演示,注释也在接口级别: