From 46edde7f9b44112f6985658d59752f1fb52a20ef Mon Sep 17 00:00:00 2001 From: sunkaixuna <610262374@qq.com> Date: Sun, 31 Oct 2021 17:52:54 +0800 Subject: [PATCH] Update demo --- Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs b/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs index fe21487db..0ce7f19e8 100644 --- a/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs +++ b/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs @@ -8,7 +8,7 @@ namespace OrmTest { /// /// Setting up the database name does not require you to create the database - /// 设置好数据库名不需要你去手动建库 + /// 只要设置IP、用户名和密码 自动建库和表 /// public class Config {