From af16d4b63bafd5ac7ccabdabc6a8017abf081759 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期四, 01 八月 2019 16:35:15 +0800 Subject: [PATCH] 优化 添加房屋选择小区楼后,在添加时 floorId 无法覆盖的问题 --- 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