添加es服务扩展

This commit is contained in:
橙子
2021-11-09 18:50:49 +08:00
parent 6d5f2cbae7
commit c50bc97c51
15 changed files with 490 additions and 11 deletions

View File

@@ -70,6 +70,11 @@ namespace Yi.Framework.ApiMicroservice
#endregion
services.AddRabbitMQService();
#region
//ElasticSeach服务配置
#endregion
services.AddElasticSeachService();
#region
//短信服务配置
#endregion