一、比如appsettings.json里面有这样一段代码
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } }, "AllowedHosts": "*", "ConnectionStrings": { "JzErpConnection": "server=192.161.1.1;database=School;uid=sa;pwd=123;MultipleActiveResultSets=true;" } }
一会更新
原文:https://www.cnblogs.com/qingheshiguang/p/14316472.html