AI智能
改变未来

com.netflix.hystrix.exception.HystrixRuntimeException: EduClient#getCourseInfoOrder(String) failed a


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);
赞(0) 打赏
未经允许不得转载:爱站程序员基地 » com.netflix.hystrix.exception.HystrixRuntimeException: EduClient#getCourseInfoOrder(String) failed a