From 2f73a671db8bf132baaba12a5c2a9c3b611589e9 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: 星期四, 01 八月 2019 17:14:26 +0800 Subject: [PATCH] 修复 添加房屋时的侦听 类修改 --- java110-core/src/main/java/com/java110/core/smo/fee/IFeeConfigInnerServiceSMO.java | 2 +- 1 files changed, 1 insertions(+), 1 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 20c0889..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; -- Gitblit v1.8.0