1.net core StartUp 启动类下获取绑定的IOptions<AppXXX> 配置类:
app.ApplicationService.GetService<IOptions<AppXXX>>();