com.netflix.hystrix.exception.HystrixRuntimeException: EduClient#getCourseInfoOrder(String) failed and no fallback available.
记录下这个错误引以为戒
错误原因:
@PostMapping(\"getUserInfoOrder/{id}\")public UcenterMemberOrder getUserInfoOrder(@PathVariable(\"id\") String id);
没有写全调用服务的地址
正确为:
@PostMapping(\"/educenter/member/getUserInfoOrder/{id}\")public UcenterMemberOrder getUserInfoOrder(@PathVariable(\"id\") String id);
爱站程序员基地
![[翻译] Backpressure explained — the resisted flow of data through software-爱站程序员基地](https://aiznh.com/wp-content/uploads/2021/05/9-220x150.jpeg)

