forest
forest copied to clipboard
forest适配Spring Cloud gitee-I7U45G,gitee-I63VG0,gitee-I4K8IS
gitee-I7U45G, gitee-I63VG0, gitee-I4K8IS
demo:
public interface HelloClient {
@Get("http://localhost:8080/hello/hello")
@LoadBalancer("example-springcloud")
Map<String, String> hello();
}
大致的想法是提供一个@LoadBalancer
来实现微服务的负载均衡
我提交了一个PR-165来适配Spring Cloud