fixed mapperYaml
This commit is contained in:
parent
59b0cde730
commit
46cf8b116d
@ -86,7 +86,7 @@ public abstract class AbstractProcess {
|
|||||||
yamlFactory.configure(YAMLGenerator.Feature.MINIMIZE_QUOTES, true);
|
yamlFactory.configure(YAMLGenerator.Feature.MINIMIZE_QUOTES, true);
|
||||||
yamlFactory.configure(YAMLGenerator.Feature.SPLIT_LINES, false);
|
yamlFactory.configure(YAMLGenerator.Feature.SPLIT_LINES, false);
|
||||||
mapperYaml = new ObjectMapper(yamlFactory);
|
mapperYaml = new ObjectMapper(yamlFactory);
|
||||||
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
|
mapperYaml.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
|
||||||
|
|
||||||
config = ConfigManager.getInstance().getConfig();
|
config = ConfigManager.getInstance().getConfig();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user