This commit is contained in:
sunkaixuan 2018-10-14 16:33:31 +08:00
parent a98508f3f6
commit 504d9ee9dd
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@ namespace OrmTest
{ {
public class Config public class Config
{ {
public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=JHL52771jhl;"; public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl85661501;";
} }
} }

View File

@ -8,6 +8,6 @@ namespace OrmTest
{ {
public class Config public class Config
{ {
public static string ConnectionString = "Data Source=SUNKAIXUAN.htinns.loc/ORCL;User ID=system;Password=manager;"; public static string ConnectionString = "Data Source=localhost/orcl;User ID=system;Password=jhl85661501;";
} }
} }