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.
我们的项目对单个 API 使用多个 swagger 文件,但似乎 swagger-codegen 只接受一个。在这种情况下,我们如何使用 swagger-codegen 生成代码?
您可以使用相对模式文件。例如
$ref: 'Pet.yaml'
参考:https ://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#relative-schema-file-example
如果 swagger 文件没有相互链接/相关,那么您需要将 swagger 文件组合成一个文件并用于tags对操作进行分类。例如
tags