Closed RussiaVk closed 1 year ago
Feign does not support the entire Jax-RS spec. Supported annotations are documented in the readmes for those contracts ie:
https://github.com/OpenFeign/feign/tree/master/jaxrs2#readme
It probably wouldn't be too difficult to add support.
Feign does not support the entire Jax-RS spec. Supported annotations are documented in the readmes for those contracts ie:
https://github.com/OpenFeign/feign/tree/master/jaxrs2#readme
It probably wouldn't be too difficult to add support.
ohh,It's a bad news
I want some parameter keep it default value but specific. So I tryed set it as null. but It be ignored in request(I debug in log file). So how use jax-rs @DefaultValue annotation in feign correctly ?