spring-cloud-feign-proxy icon indicating copy to clipboard operation
spring-cloud-feign-proxy copied to clipboard

Automatically expose Feign Clients to Rest without web controller.

Results 4 spring-cloud-feign-proxy issues
Sort by recently updated
recently updated
newest added

运行作者的 sample 工程, 请求测试正常. 照搬到自己的环境下, 请求测试时, 到 `FeignProxyInvocationHandler` 的 `metho.invoke(target,args) ` 时, 就报错, 如下: ![image](https://user-images.githubusercontent.com/18654833/62265127-7a626780-b455-11e9-8920-6cc9d3118e1f.png)

> springboot : 2.1.5.RELEASE; > springcloud : Greenwich.SR1 `FeignProxiesRegistrar` 中, 下面的代码, 报异常, 找不到bean. ``` Object bean = beanFactory.getBean(interfaceClass); ```

53行多了一个 `i` 字符. ![image](https://user-images.githubusercontent.com/18654833/62229177-b6fc7780-b3f1-11e9-9f8a-a292a8abbb5d.png)