From 81cee14211ff5cd8eae839379369ef0cf23083f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= <wangiegie@gmail.com> Date: Mon, 28 May 2018 18:57:29 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=94=B9=E8=BF=9B=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E7=BB=93=E6=9E=84/=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/github/pig/gateway/PigGatewayApplication.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/pig-gateway/src/main/java/com/github/pig/gateway/PigGatewayApplication.java b/pig-gateway/src/main/java/com/github/pig/gateway/PigGatewayApplication.java index 6b005ffc..ffcbf848 100644 --- a/pig-gateway/src/main/java/com/github/pig/gateway/PigGatewayApplication.java +++ b/pig-gateway/src/main/java/com/github/pig/gateway/PigGatewayApplication.java @@ -1,9 +1,7 @@ package com.github.pig.gateway; import org.springframework.boot.SpringApplication; -import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.cloud.client.SpringCloudApplication; -import org.springframework.cloud.client.loadbalancer.LoadBalanced; import org.springframework.cloud.client.loadbalancer.LoadBalancerClient; import org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor; import org.springframework.cloud.netflix.feign.EnableFeignClients;