feat(REQ-4418) - 调整检测必接事件的逻辑
This commit is contained in:
parent
b8e515ed55
commit
d137ce2766
@ -162,9 +162,4 @@ public class WorkflowEngineStarterAutoConfiguration {
|
|||||||
return new ImplementationReadyChecker(workflowCoreService);
|
return new ImplementationReadyChecker(workflowCoreService);
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Bean
|
|
||||||
// @ConditionalOnMissingBean(name = "enumUnknownCustomizer")
|
|
||||||
// public Jackson2ObjectMapperBuilderCustomizer enumUnKnowCustomizer() {
|
|
||||||
// return builder -> builder.featuresToEnable(DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_USING_DEFAULT_VALUE);
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user