背景 有单独的configuration服务及多个业务系统 需求 业务系统启动时需调用configuration服务获取参数,比如mongoose数据加解密的secret key 问题 如何优雅的获取配置参数 https://stackoverflow.com/questions/57354276/is that a common way to change the start scriptwww to be async