You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of ApolloInjectorCustomizer, users could create an injector customizer to customize the apollo objects.
For example, you could create a customized ConfigFactory that wraps DefaultConfigFactory. In the implementation of create and createConfigFile, you could get the original Config and ConfigFile objects and then it's easy to wrap the value processing logic.
可以注册一个回调接口,输入参数可以是配置key和value,输出就是value,应用拿到值的是处理过后的value。主要目的是能扩展个性化的参数值处理,比如自定义的加密等,有些公司的配置加密方式有自己的规定。
The text was updated successfully, but these errors were encountered: