venus-cloud-feign icon indicating copy to clipboard operation
venus-cloud-feign copied to clipboard

venus-cloud-feign-对Spring Cloud Feign的增强

Results 6 venus-cloud-feign issues
Sort by recently updated
recently updated
newest added

关于传递version的问题也可以使用Feign内置的扩展拦截器的方式,只需要在构建Target的时候在requestInterceptor添加自己的version

core 下面的VenusFeignAutoConfig.feignSpringMvcContract()的parameterProcessors傳遞的為null,是不是這個版本的不能兼容 Greenwich.SR2

引入venus-cloud-starter-feign正常使用没问题,然后引入消息总线后 org.springframework.cloud spring-cloud-starter-bus-amqp 启动服务,出现如下提示 ,提示 Description: Parameter 1 of method feignSpringMvcContract in cn.springcloud.feign.VenusFeignAutoConfig required a single bean, but 2 were found: - mvcConversionService: defined by method 'mvcConversionService' in class path...

1. spring-boot 版本为 2.0.8 ; spring-cloud 版本为F版SR2 2. fegin接口定义 ``` @GetMapping("/api/comment/ids") ResponseVo findCommentTmp(@RequestBody ArrayList ids); ``` 3. 实现类1:加@RequestBody ``` @Override public ResponseVo findCommentTmp(@RequestBody ArrayList ids) { log.info("ids:{}",ids); return null; }...

如题,想知道新版本是否有发布计划

感觉其他用起来都没啥,毕竟我的代码都是用的生成器,就是这个 feignclient 的 fallback,一直都没写实现,因为麻烦,维护更麻烦