mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-11 11:46:38 +08:00
数据库迁移
This commit is contained in:
@@ -68,6 +68,11 @@ namespace Yi.Framework.ApiMicroservice
|
||||
#endregion
|
||||
services.AddSqliteService();
|
||||
|
||||
#region
|
||||
//MySql服务配置
|
||||
#endregion
|
||||
services.AddMysqlService();
|
||||
|
||||
#region
|
||||
//Redis服务配置
|
||||
#endregion
|
||||
@@ -78,7 +83,7 @@ namespace Yi.Framework.ApiMicroservice
|
||||
#endregion
|
||||
//services.AddRabbitMQService();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#region Autofac容器注入
|
||||
|
||||
Reference in New Issue
Block a user