Info
Version: | 0.0.2 |
Author(s): | Alpha.Yu |
Last Update: | Tuesday, October 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AlphaYu/RefitConsul |
NuGet Url: | https://www.nuget.org/packages/RefitConsul |
Install
Install-Package RefitConsul
dotnet add package RefitConsul
paket add RefitConsul
RefitConsul Download (Unzip the "nupkg" after downloading)
Dependencies
- Consul(>= 1.6.1.1)
- Microsoft.Extensions.Caching.Memory(>= 3.1.6)
- Microsoft.Extensions.Http(>= 3.1.6)
Tags
RefitConsul扩展了Refit组件的Consul服务发现功能,能更加便捷调用Restful服务。 consul服务发现实现了随机轮询策略与缓存。.