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 codegen 生成的单个类,我一直在阅读有关 mustache 模板的内容,这似乎是正确的方法,但我只想更改一个生成的类。
我查看的示例似乎使用 -t 选项从命令行更改了模板目录位置,但我真的只想更改一个类。
做这个的最好方式是什么?
如果假设您只想自定义一个模型,解决方法是将 .swagger-codegen-ignore 文件中的所有其他模型列入白名单,这意味着这些白名单文件不会被重新生成/覆盖。
然后您可以通过-t选项传递自定义模板并再次重新生成模型文件。只有 .swagger-codegen-ignore 中未列入白名单的模型将被重新生成/覆盖。
-t