Update demo

This commit is contained in:
sunkaixuan 2022-03-08 19:45:22 +08:00
parent 8e0475221b
commit 36b274384e
6 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ namespace OrmTest
SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern
DistributedTransactionExample();
//DistributedTransactionExample(); The demo requires three different databases
MasterSlave();//Read-write separation
CustomAttribute();
}

View File

@ -16,7 +16,7 @@ namespace OrmTest
SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern
DistributedTransactionExample();
//DistributedTransactionExample(); The demo requires three different databases
MasterSlave();//Read-write separation
CustomAttribute();
}

View File

@ -16,7 +16,7 @@ namespace OrmTest
SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern
DistributedTransactionExample();
//DistributedTransactionExample(); The demo requires three different databases
MasterSlave();//Read-write separation
CustomAttribute();
}

View File

@ -17,7 +17,7 @@ namespace OrmTest
SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern
DistributedTransactionExample();
//DistributedTransactionExample(); The demo requires three different databases
MasterSlave();//Read-write separation
CustomAttribute();
}

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCoreNoDrive</id>
<version>5.0.5.5</version>
<version>5.0.5.6</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>

View File

@ -16,7 +16,7 @@ namespace OrmTest
SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern
DistributedTransactionExample();
//DistributedTransactionExample(); The demo requires three different databases
MasterSlave();//Read-write separation
CustomAttribute();
}