Update demo

This commit is contained in:
sunkaixuan 2025-02-11 12:17:37 +08:00
parent bfe06c9815
commit 6f3b1dbdfd

View File

@ -13,7 +13,7 @@ namespace Test
{ {
DbType = DbType.SqlServer, DbType = DbType.SqlServer,
IsAutoCloseConnection = true, IsAutoCloseConnection = true,
ConnectionString = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST" ConnectionString = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST;Encrypt=True;TrustServerCertificate=True"
}); });
//jsonToSqlClient.Context = new SqlSugarClient(new ConnectionConfig() //jsonToSqlClient.Context = new SqlSugarClient(new ConnectionConfig()
//{ //{