1. 程式人生 > >.net core web api swagger 配置筆記

.net core web api swagger 配置筆記

target 鏈接 bsp spn web api -h mic 參考 tco

參考網址:

--配置步驟見如下鏈接
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 配置筆記