Skip to content

Commit

Permalink
fix /
Browse files Browse the repository at this point in the history
  • Loading branch information
jin1.xu committed Oct 9, 2018
1 parent cf52c29 commit d07c177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public String testSetHead(HttpServletRequest request, HttpServletResponse respon
return "return head info:"+head;
}

@GetMapping("/test/Hystrix/")
@GetMapping("/test/Hystrix")
public String index(@RequestParam("isSleep") boolean isSleep) throws InterruptedException {
log.info("issleep is " + isSleep);
//isSleep为true开始睡眠,睡眠时间大于Gateway中的fallback设置的时间
Expand Down

0 comments on commit d07c177

Please sign in to comment.