Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xljiulang/AspnetcoreKong

aspnetcore微服务自动注册到kong的解决方案
https://github.com/xljiulang/AspnetcoreKong

Last synced: about 2 months ago
JSON representation

aspnetcore微服务自动注册到kong的解决方案

Awesome Lists containing this project

README

        

# AspnetcoreKong
aspnetcore微服务自动注册到kong的解决方案

### 如何使用
* 将kongsettings.json加载到配置,或者将其内容复制到应用配置文件
* 在Startup 添加services.AddKong();和 app.UseKong();

### Nuget安装
``