fix - fix starter_decode
This commit is contained in:
parent
896eeda624
commit
646358ab4b
@ -16,7 +16,6 @@ import org.slf4j.MDC;
|
||||
import org.springframework.beans.factory.BeanFactory;
|
||||
import org.springframework.beans.factory.ObjectFactory;
|
||||
import org.springframework.beans.factory.annotation.Qualifier;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
||||
import org.springframework.boot.autoconfigure.http.HttpMessageConverters;
|
||||
import org.springframework.cloud.openfeign.FeignBuilderCustomizer;
|
||||
import org.springframework.cloud.openfeign.support.ResponseEntityDecoder;
|
||||
@ -62,7 +61,7 @@ public class WorkflowEngineStarterFeignConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
@ConditionalOnProperty(value = "workflow.engine.starter.metaFeign", havingValue = "false", matchIfMissing = true)
|
||||
// @ConditionalOnProperty(value = "workflow.engine.starter.metaFeign", havingValue = "false", matchIfMissing = true)
|
||||
public Decoder workflowEngineStarterDecoder(ObjectFactory<HttpMessageConverters> messageConverters) {
|
||||
return new WorkflowEngineStarterDecoder(new ResponseEntityDecoder(new SpringDecoder(messageConverters)));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user