.Net core 微服务 Ocelot 开源网关示例Demo

所属类别:

积分源码

开发工具:

VS2017

数据库:

SQL2008R2

框架版本:

.Net Core 2.2

开发语言:

C#

开源指数:

 

完整度:

 

浏览量:

201

累计下载:

1

源码大小:

808K

源码类型:

B/S

相关网址:

暂无

最后更新:

2019/10/14 11:22:56

源码目录结构图

  • asp.net免费源码下载.url
  • Net Core 微服务API网关 Ocelot 最简单的入门Demo.docx
  • OcelotDemo
  • OcelotDemo.sln
  • OcelotGateway
    • appsettings.Development.json
    • appsettings.json
    • bin
    • Controllers
    • obj
    • Ocelot.json
    • OcelotGateway.csproj
    • Program.cs
    • Properties
    • Startup.cs
  • Service1
    • appsettings.Development.json
    • appsettings.json
    • bin
    • Controllers
    • obj
    • Program.cs
    • Properties
    • Service1.csproj
    • Startup.cs
  • Service2
    • appsettings.Development.json
    • appsettings.json
    • bin
    • Controllers
    • obj
    • Program.cs
    • Properties
    • Service2.csproj
    • Startup.cs
  • Service3
    • appsettings.Development.json
    • appsettings.json
    • bin
    • Controllers
    • obj
    • Program.cs
    • Properties
    • Service3.csproj
    • Startup.cs

最后更新:2019/10/14 11:22:56
源码介绍

本站不提供技术服务,下载运行使用需要具备一定的基础,不懂的下载前请先 联系客服>>

.NET Core开源API网关Ocelot最简单的示例Demo,源码包里面有详细的教程。