xiaomazz
xiaomazz
浮现步骤 【1】定义一个ETO public record CacheRefreshEto : Event { } 【2】publish EventBus?.PublishAsync(new CacheRefreshEto())! 【结果】 Getting CacheRefreshEtoxxxx relationship chain failed 【原因】    期望,能够支持一下继承自event泛型eto的支持
不能加载资源

  何解?
string dataResult = _nacosConfigService?.GetConfig(dataId, "DEFAULT_GROUP", 3000).Result ?? ""; 可以通过nacosconfig获取指定dataId的配置,但是无法通IConfiguration获取