Update Nuget Test

This commit is contained in:
skx
2020-03-31 16:47:15 +08:00
parent a5a81a4491
commit 30b9baf529
6 changed files with 15 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ namespace NugetTest
{
var db = new SqlSugarClient(new ConnectionConfig()
{
ConnectionString = "server=.;uid=sa;pwd=@jhl85661501;database=SqlSugar4XTest",
ConnectionString = "server=.;uid=sa;pwd=haosql;database=SqlSugar4XTest",
IsAutoCloseConnection = true,
DbType = DbType.SqlServer
});