Commit 304f8e61 authored by 侯彦文's avatar 侯彦文

修改

parent 92798233
...@@ -2,6 +2,7 @@ package com.yonde.dex.basic.feign.expand; ...@@ -2,6 +2,7 @@ package com.yonde.dex.basic.feign.expand;
import com.yonde.dex.basic.feign.expand.shadow.ExtDxContextProjectServiceFeignShadow; import com.yonde.dex.basic.feign.expand.shadow.ExtDxContextProjectServiceFeignShadow;
import com.yonde.dex.context.common.vo.DxContextProjectVO; import com.yonde.dex.context.common.vo.DxContextProjectVO;
import com.yonde.dex.context.feign.ContextProjectServiceFeign;
import com.yonde.dex.context.feign.ContextServiceFeign; import com.yonde.dex.context.feign.ContextServiceFeign;
import com.yonde.dex.dao.service.adapter.DexExpandBeanReplace; import com.yonde.dex.dao.service.adapter.DexExpandBeanReplace;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
...@@ -15,7 +16,7 @@ import org.springframework.cloud.openfeign.FeignClient; ...@@ -15,7 +16,7 @@ import org.springframework.cloud.openfeign.FeignClient;
**/ **/
@Api(tags = "DxContextProject-FEIGN") @Api(tags = "DxContextProject-FEIGN")
@FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/DxContextProject") @FeignClient(value = "${dex.feign.DEX-BASIC-SERVICE}", path = "/DxContextProject")
@DexExpandBeanReplace(replaceClass = ContextServiceFeign.class) @DexExpandBeanReplace(replaceClass = ContextProjectServiceFeign.class)
public interface ExtDxContextProjectServiceFeign<V extends DxContextProjectVO> extends ExtDxContextProjectServiceFeignShadow<V> { public interface ExtDxContextProjectServiceFeign<V extends DxContextProjectVO> extends ExtDxContextProjectServiceFeignShadow<V> {
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment