@FeignClient(name="account") @RequestMapping(value="/account/rest/test") public interface TestClient
boolean
timeOut(int count)
@RequestMapping(value="/time-out", method=GET) boolean timeOut(@RequestParam(value="count") int count)
Copyright © 2019 GTMAP. All rights reserved.