Spring dotnet/c# 的云配置客户端
Spring Cloud Configuration client for dotnet/c#
我有一个混合技术堆栈,并且有一个现有的 spring 云配置服务器设置。我还有 dotnet/c# 个客户端,我需要它们与配置服务器一起工作。
我找不到在运行时理解格式和引导程序的示例 dotnet 代码。我能做的,最坏的情况是翻译服务器 http 响应。
我看到很多关于 steeltoe 库的引用,但似乎都集中在 server/provider。
任何 ideas/example 代码?
这个答案晚了几个月,但 Steeltoe 配置库是 Spring 云配置服务器的客户端,我想这就是您要找的:https://steeltoe.io/docs/steeltoe-configuration/#2-0-config-server-provider
这里有 ASP.NET 4.x 和 ASP.NET 核心的示例:https://github.com/SteeltoeOSS/Samples/tree/master/Configuration/src
我有一个混合技术堆栈,并且有一个现有的 spring 云配置服务器设置。我还有 dotnet/c# 个客户端,我需要它们与配置服务器一起工作。
我找不到在运行时理解格式和引导程序的示例 dotnet 代码。我能做的,最坏的情况是翻译服务器 http 响应。
我看到很多关于 steeltoe 库的引用,但似乎都集中在 server/provider。
任何 ideas/example 代码?
这个答案晚了几个月,但 Steeltoe 配置库是 Spring 云配置服务器的客户端,我想这就是您要找的:https://steeltoe.io/docs/steeltoe-configuration/#2-0-config-server-provider
这里有 ASP.NET 4.x 和 ASP.NET 核心的示例:https://github.com/SteeltoeOSS/Samples/tree/master/Configuration/src