Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca authored Jul 6, 2023
1 parent c6c91ca commit 695fb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# 一、框架集成

1.[Microsoft.Extensions.Configuration](https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/configuration/)集成请参考[Apollo.Configuration](https://github.com/apolloconfig/apollo.net/blob/main/src/Apollo.Configuration/README.md),完全支持IConfiguration的变动通知
2.[System.Configuration.ConfigurationManager](https://docs.microsoft.com/zh-cn/dotnet/api/system.configuration.configurationbuilder)集成(.net 4.7.1及以后版本)或直接使用ApolloConfigurationManager请参考[Apollo.ConfigurationManager](https://github.com/apolloconfig/apollo.net/blob/main/src/Apollo.ConfigurationManager/README.md)
1.[Microsoft.Extensions.Configuration](https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/configuration/)集成请参考[Com.Ctrip.Framework.Apollo.Configuration文档](https://github.com/apolloconfig/apollo.net/blob/main/src/Apollo.Configuration/README.md),完全支持IConfiguration的变动通知
2.[System.Configuration.ConfigurationManager](https://docs.microsoft.com/zh-cn/dotnet/api/system.configuration.configurationbuilder)集成(.net 4.7.1及以后版本)或直接使用ApolloConfigurationManager请参考[Com.Ctrip.Framework.Apollo.ConfigurationManager文档](https://github.com/apolloconfig/apollo.net/blob/main/src/Apollo.ConfigurationManager/README.md)
3. 如果想将传统的config配置(如web.config)转成json配置,可以使用[config2json](https://github.com/pengweiqhca/config2json)工具

# 二、日志输出
Expand Down

0 comments on commit 695fb94

Please sign in to comment.