Add configuration metadata for feign.autoconfiguration.jackson.enabled (#478)

This commit is contained in:
Hyeonmin Park
2021-02-09 00:51:47 +09:00
committed by GitHub
parent 9bb8b43d58
commit cc9af41dfe

View File

@@ -8,6 +8,12 @@
"description": "If true, an OpenFeign client will be wrapped with a Hystrix circuit breaker.",
"defaultValue": "false"
},
{
"name": "feign.autoconfiguration.jackson.enabled",
"type": "java.lang.Boolean",
"description": "If true, PageJacksonModule and SortJacksonModule bean will be provided for Jackson page decoding.",
"defaultValue": "false"
},
{
"name": "feign.circuitbreaker.enabled",
"type": "java.lang.Boolean",