mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update demo
This commit is contained in:
parent
525f23c566
commit
3665e94910
@ -15,7 +15,7 @@ namespace KdbndpTest.SqlServerDemo
|
||||
SqlSugarClient Db = new SqlSugarClient(new ConnectionConfig()
|
||||
{
|
||||
DbType = DbType.Kdbndp,
|
||||
ConnectionString = "Server=211.95.20.236 ;Port=35052;UID=system;PWD=abc123;database=test222",
|
||||
ConnectionString = "Server=59.108.228.18 ;Port=59322;UID=system;PWD=abc123;database=test222",
|
||||
InitKeyType = InitKeyType.Attribute,
|
||||
IsAutoCloseConnection = true,
|
||||
MoreSettings=new ConnMoreSettings() {
|
||||
|
@ -28,6 +28,9 @@ namespace KdbndpTest.OracleDemo
|
||||
DemoE_CodeFirst.Init();
|
||||
DemoF_Utilities.Init();
|
||||
DemoG_SimpleClient.Init();
|
||||
|
||||
//Rest Data
|
||||
NewUnitTest.RestData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,8 +26,6 @@ namespace OrmTest
|
||||
//Unit test
|
||||
//NewUnitTest.Init();
|
||||
|
||||
//Rest Data
|
||||
NewUnitTest.RestData();
|
||||
|
||||
Console.WriteLine("all successfully.");
|
||||
Console.ReadKey();
|
||||
|
Loading…
Reference in New Issue
Block a user