|
@ -21,6 +21,7 @@ import org.springframework.web.bind.annotation.RequestBody; |
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
|
|
|
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
|
|
|
|
|
@ -31,6 +32,7 @@ import java.util.List; |
|
|
* @date 2020/6/4 13:16 |
|
|
* @date 2020/6/4 13:16 |
|
|
*/ |
|
|
*/ |
|
|
@FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupOpenFeignClientFallback.class) |
|
|
@FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupOpenFeignClientFallback.class) |
|
|
|
|
|
//@FeignClient(name = ServiceConstant.RESI_GROUP_SERVER, fallback = ResiGroupOpenFeignClientFallback.class,url = "localhost:8095")
|
|
|
public interface ResiGroupOpenFeignClient { |
|
|
public interface ResiGroupOpenFeignClient { |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|