标签:sam www 步骤 source log api .net core sites --
参考网址:
--配置步骤见如下链接
https://docs.microsoft.com/zh-cn/aspnet/core/tutorials/web-api-help-pages-using-swagger
http://www.cnblogs.com/Leo_wl/p/5816866.html(翻译)
--demo source
https://github.com/aspnet/Docs/tree/master/aspnetcore/tutorials/first-web-api/sample/TodoApi
--Swashbuckle source
https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/master/test/WebSites
--swagger ui source
https://github.com/swagger-api/swagger-ui
--解决自定义swagger ui样式文件无法找到的问题,这位大神受我一拜, 参考网址:
http://www.cnblogs.com/SzeCheng/p/4990079.html#undefined
--汉化github项目网址
https://github.com/helei112g/swagger-ui
.net core web api swagger 配置笔记
标签:sam www 步骤 source log api .net core sites --
原文地址:http://www.cnblogs.com/zinan/p/7053469.html