update sentinel demo

pull/788/head
fangjian0423 6 years ago
parent c52a678251
commit 9557879f44

@ -50,7 +50,7 @@ public class ConsumerApplication {
String divide(@RequestParam("a") Integer a, @RequestParam("b") Integer b);
default String divide(Integer a) {
return divide(a, 1);
return divide(a, 0);
}
@RequestMapping(value = "/notFound", method = RequestMethod.GET)

Loading…
Cancel
Save