优化配置文件查询

This commit is contained in:
不做码农
2022-02-23 18:30:17 +08:00
parent 3981fa2303
commit e98bde7ad5
13 changed files with 121 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ namespace Infrastructure
Instance = new ConfigUtils();
}
public static ConfigUtils Instance { get; private set; }
public static ConfigUtils Instance { get; }
#endregion
private static IConfiguration Configuration { get; set; }