Update Demo

This commit is contained in:
sunkaixuan 2018-10-08 08:50:12 +08:00
parent ebcb1d74fa
commit 168f072720
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ namespace OrmTest
{
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=JHL52771jhl;";
}
}