摘要: 命令 说明 node -v 查看node.js版本 npm -v 查看npm版本 npm install npm@latest -g 更新npm版本 阅读全文
posted @ 2018-12-28 15:04 小三日 阅读(101) 评论(0) 推荐(0)
摘要: 1.NuGet 搜索 "Swashbuckle.AspNetCore" 安装 2. Startup.cs -- ConfigureServices 注入配置 services.AddSwaggerGen(s => { s.SwaggerDoc("v1", new Info() { Version = 阅读全文
posted @ 2018-11-05 16:15 小三日 阅读(154) 评论(0) 推荐(0)