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 SqlSugarClient();//Create db
DbContext();//Optimizing SqlSugarClient usage DbContext();//Optimizing SqlSugarClient usage
SingletonPattern();//Singleten Pattern SingletonPattern();//Singleten Pattern
DistributedTransactionExample(); //DistributedTransactionExample(); The demo requires three different databases
MasterSlave();//Read-write separation MasterSlave();//Read-write separation
CustomAttribute(); CustomAttribute();
} }

View File

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

View File

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

View File

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

View File

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

View File

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