19 lines
619 B
Java
19 lines
619 B
Java
//package com.muyu.source.remote;
|
||
//
|
||
//import com.muyu.source.remote.factory.RemoteDataSourceFactory;
|
||
//import org.springframework.cloud.openfeign.FeignClient;
|
||
//import com.muyu.common.core.constant.ServiceNameConstants;
|
||
//
|
||
///**
|
||
// * @ Tool:IntelliJ IDEA
|
||
// * @ Author:CHX
|
||
// * @ Date:2024-08-21-10:50
|
||
// * @ Version:1.0
|
||
// * @ Description:数据源远程调用
|
||
// * @author Lenovo
|
||
// */
|
||
//@FeignClient(contextId = "RemoteDataSourceService",value = ServiceNameConstants.SOURCE_SERVICE,fallbackFactory = RemoteDataSourceFactory.class, path = "/dataSource")
|
||
//public interface RemoteDataSourceService {
|
||
//
|
||
//}
|