【发布时间】:2018-04-08 02:20:24
【问题描述】:
help for swashbuckle 提到 Swagger 的 ui 是由生成的 json 架构驱动的。
这个 json 文件在哪里? 我在我的 asp.net 项目的文件夹中找不到它
当我实际运行应用程序并导航到 http://localhost:51659/swagger/v1/swagger.json
然后我看到了 json
它在磁盘上的什么位置?还是只存在于内存中?
【问题讨论】:
标签: swagger swashbuckle