|
|
|
@ -121,7 +121,7 @@ public class FeignAutoConfiguration {
@@ -121,7 +121,7 @@ public class FeignAutoConfiguration {
|
|
|
|
|
@Configuration(proxyBeanMethods = false) |
|
|
|
|
@ConditionalOnClass({ Module.class, Page.class, Sort.class }) |
|
|
|
|
@ConditionalOnProperty(value = "spring.cloud.openfeign.autoconfiguration.jackson.enabled", havingValue = "true", |
|
|
|
|
matchIfMissing = true) |
|
|
|
|
matchIfMissing = true) |
|
|
|
|
protected static class FeignJacksonConfiguration { |
|
|
|
|
|
|
|
|
|
@Bean |
|
|
|
|