|
|
@ -18,7 +18,6 @@
|
|
|
|
package com.tencent.cloud.quickstart.caller.circuitbreaker;
|
|
|
|
package com.tencent.cloud.quickstart.caller.circuitbreaker;
|
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
|
import org.springframework.cloud.openfeign.FeignClient;
|
|
|
|
import org.springframework.http.ResponseEntity;
|
|
|
|
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
|
|
|
|
|
|
|
|
|
|