|
|
@ -6,10 +6,6 @@ import com.elink.esua.epdc.feign.fallback.KpiFeignClientFallBack; |
|
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
|
import org.springframework.http.MediaType; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
|
* @author: qushutong |
|
|
@ -26,7 +22,7 @@ public interface KpiFeignClient { |
|
|
|
* @author qushutong |
|
|
|
* @date 2019/12/12 18:55 |
|
|
|
*/ |
|
|
|
@GetMapping(value = "kpi/kpimetadata/buildMetaData", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "kpi/metaData/buildMetaData", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result runKpiMateData(); |
|
|
|
|
|
|
|
@GetMapping("") |
|
|
|