From d9b2c4b780340d2d2e8ca1a328034f19092fcddb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 10 七月 2019 17:57:08 +0800
Subject: [PATCH] 提交breadcrumb功能

---
 java110-core/src/main/java/com/java110/core/smo/fee/IFeeConfigInnerServiceSMO.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java110-core/src/main/java/com/java110/core/smo/fee/IFeeConfigInnerServiceSMO.java b/java110-core/src/main/java/com/java110/core/smo/fee/IFeeConfigInnerServiceSMO.java
index 65e4a73..f44d511 100644
--- a/java110-core/src/main/java/com/java110/core/smo/fee/IFeeConfigInnerServiceSMO.java
+++ b/java110-core/src/main/java/com/java110/core/smo/fee/IFeeConfigInnerServiceSMO.java
@@ -2,7 +2,7 @@
 
 import com.java110.core.feign.FeignConfiguration;
 import com.java110.dto.FeeConfigDto;
-import org.springframework.cloud.netflix.feign.FeignClient;
+import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;
@@ -17,7 +17,7 @@
  * @Version 1.0
  * add by wuxw 2019/4/24
  **/
-@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "fee-service", configuration = {FeignConfiguration.class})
 @RequestMapping("/feeConfigApi")
 public interface IFeeConfigInnerServiceSMO {
 

--
Gitblit v1.8.0