Add description

This commit is contained in:
sunkaixuan 2023-11-07 21:42:57 +08:00
parent 605b5e2b1b
commit f6d841df2f
3 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace OrmTest
/// Database connection string
/// 数据库连接字符串
/// </summary>
public readonly static string Connection = "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=150.158.37.115)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ORCL)));User Id=HB ;Password=Qdies123test;Pooling='true';Max Pool Size=150";
public readonly static string Connection = "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=150.158.37.115)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ORCL)));User Id=HBafa;Password=Qdies123test;Pooling='true';Max Pool Size=150";
/// <summary>
/// Get a new SqlSugarClient instance with specific configurations

View File

@ -0,0 +1,2 @@
The Asp.NetCore2 folder is the.net core version (new users look at this)
The Asp.Net folder is the.net framework version

2
Src/文件夹说明.txt Normal file
View File

@ -0,0 +1,2 @@
Asp.NetCore2 文件夹是 .net core版本 (新用户看这个)
Asp.Net 文件夹是 .net framework版本