重构接口

This commit is contained in:
lzw
2021-10-29 23:23:32 +08:00
parent 9d83b24a8d
commit 0bf80f0f51
16 changed files with 508 additions and 245 deletions

View File

@@ -47,7 +47,7 @@ namespace Yi.Framework.StaticPageProcessor
services.AddHostedService<InitPageWorker>();
#region
services.Configure<MySqlConnOptions>(configuration.GetSection("MysqlConn"));
//services.Configure<MySqlConnOptions>(configuration.GetSection("MysqlConn"));
services.AddTransient<CacheClientDB, CacheClientDB>();
services.Configure<RedisConnOptions>(configuration.GetSection("RedisConn"));