From 10cd59051e8682534427bc0223b3912cb64f3f67 Mon Sep 17 00:00:00 2001
From: sunkaixuan <610262374@qq.com>
Date: Tue, 17 Jan 2023 23:39:33 +0800
Subject: [PATCH] -
---
Src/Asp.Net/KdbndpTest/Config.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Src/Asp.Net/KdbndpTest/Config.cs b/Src/Asp.Net/KdbndpTest/Config.cs
index de97dcde9..71fb764e1 100644
--- a/Src/Asp.Net/KdbndpTest/Config.cs
+++ b/Src/Asp.Net/KdbndpTest/Config.cs
@@ -7,6 +7,7 @@ using System.Threading.Tasks;
namespace OrmTest
{
///
+ /// 注意:Kdbndp_dll里面所有dll都需要引用
/// Setting up the database name does not require you to create the database
/// 设置好数据库名不需要你去手动建库
///
@@ -16,7 +17,7 @@ namespace OrmTest
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString = "Server=59.108.228.18;Port=55001;UID=system;PWD=123456;database=test";
+ public static string ConnectionString = "Server=59.108.228.18;Port=55001;UID=system;PWD=XX;database=test";
///
/// Account have permission to create database
/// 用有建库权限的数据库账号