- 所有已实现的接口:
- ConfigParse
- 直接已知子类:
- DefaultJsonConfigParse, DefaultPropertiesConfigParse, DefaultXmlConfigParse, DefaultYamlConfigParse
public abstract class AbstractConfigParse
extends Object
implements ConfigParse
The user inherits the AbstraceConfigParse abstract class and adds the implementation
class in META-INF/com.alibaba.nacos.spring.util.ConfigParse to implement the addition
of custom parsing rules. If the dataId and group methods are not overridden, Will
override the original parsing rule implementation, otherwise the user-defined parsing
rules will only be applied to specific dataId and group
- 从以下版本开始:
- 0.3.0
- 作者:
- liaochuntao