SqlSugar/Src/Asp.NetCore2/SqlSeverTest/MySqlTest/Config.cs

14 lines
341 B
C#
Raw Normal View History

2017-08-24 16:07:41 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrmTest
{
public class Config
{
2019-05-17 22:42:31 +08:00
public static string ConnectionString = "Database=SqlSugar4xTest;Data Source=127.0.0.1;User Id=root;Password=haosql;pooling=false;CharSet=utf8;port=3306";
2017-08-24 16:07:41 +08:00
}
}