public class ConfigInjection extends Object
Three injection order defined as following and default mode is [2]: [0] Inject from "values.yaml" only. [1] Inject from system environment first, then overwrite by "values.yaml" if exist. [2] Inject from "values.yaml" first, then overwrite with the values in the system environment. This parameter can be set through setting system property "injection_order" in commend line
Created by jiachen on 2019-01-08.
| Constructor and Description |
|---|
ConfigInjection() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getInjectValue(String string) |
static boolean |
isExclusionConfigFile(String configName) |
Copyright © 2021. All rights reserved.