From 61b706ef913c445d74d5443b087622740923b66b Mon Sep 17 00:00:00 2001 From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local> Date: 星期二, 09 七月 2019 01:04:18 +0800 Subject: [PATCH] 修改查询js --- StoreService/src/main/java/com/java110/store/StoreServiceApplicationStart.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/StoreService/src/main/java/com/java110/store/StoreServiceApplicationStart.java b/StoreService/src/main/java/com/java110/store/StoreServiceApplicationStart.java index 4276291..17c6667 100644 --- a/StoreService/src/main/java/com/java110/store/StoreServiceApplicationStart.java +++ b/StoreService/src/main/java/com/java110/store/StoreServiceApplicationStart.java @@ -11,7 +11,7 @@ import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.client.loadbalancer.LoadBalanced; -import org.springframework.cloud.netflix.feign.EnableFeignClients; +import org.springframework.cloud.openfeign.EnableFeignClients; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.Bean; import org.springframework.http.converter.StringHttpMessageConverter; -- Gitblit v1.8.0