From 65213cda0752512ef63ee66d7a1083d3c551ecf0 Mon Sep 17 00:00:00 2001
From: SUNKAIXUAN <610262374@qq.com>
Date: Sat, 6 Mar 2021 20:30:25 +0800
Subject: [PATCH] Update demo
---
Src/Asp.NetCore2/SqlSeverTest/OracleTest/Config.cs | 6 +++---
Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Config.cs b/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Config.cs
index 38338a263..92568ce83 100644
--- a/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Config.cs
+++ b/Src/Asp.NetCore2/SqlSeverTest/OracleTest/Config.cs
@@ -8,8 +8,8 @@ namespace OrmTest
{
public class Config
{
- public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
- public static string ConnectionString2 = "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
- public static string ConnectionString3= "Data Source=localhost/orcl;User ID=system;Password=jhl856615011;";
+ public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl52771;";
+ public static string ConnectionString2 = "Data Source=localhost/orcl;User ID=system;Password=jhl52771;";
+ public static string ConnectionString3= "Data Source=localhost/orcl;User ID=system;Password=jhl52771;";
}
}
diff --git a/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs b/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs
index 3a8194a1b..fe21487db 100644
--- a/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs
+++ b/Src/Asp.NetCore2/SqlSeverTest/SqlSeverTest/Config.cs
@@ -16,16 +16,16 @@ namespace OrmTest
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString = "server=.;uid=sa;pwd=haosql;database=SQLSUGAR4XTEST";
+ public static string ConnectionString = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST";
///
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString2 = "server=.;uid=sa;pwd=haosql;database=SQLSUGAR4XTEST2";
+ public static string ConnectionString2 = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST2";
///
/// Account have permission to create database
/// 用有建库权限的数据库账号
///
- public static string ConnectionString3 = "server=.;uid=sa;pwd=haosql;database=SQLSUGAR4XTEST3";
+ public static string ConnectionString3 = "server=.;uid=sa;pwd=sasa;database=SQLSUGAR4XTEST3";
}
}