怪奇物语

怪奇物语

首页 新随笔 联系 管理

2025年7月5日 #

摘要: appsettings.json,配置变更,自动感知,Configure<T>(...) + IOptions<T>/IOptionsSnapshot<T>/IOptionsMonitor<T> Configure<T>(...) + IOptions<T>/IOptionsSnapshot<T>/ 阅读全文
posted @ 2025-07-05 08:00 超级无敌美少男战士 阅读(17) 评论(0) 推荐(0)

摘要: 配置注入的两种方法, Settings, appsettings.json,依赖注入 1. AddSingleton(configurationRoot.GetSection(FTPSettings.Key).Get<FTPSettings>()) 作用:直接将 FTPSettings 的实例注册为 阅读全文
posted @ 2025-07-05 08:00 超级无敌美少男战士 阅读(20) 评论(0) 推荐(0)