feign.FeignException: status 404 reading BaseLoanFeignClient#customerIdByTelephone(BaseCustomerIdQue

mac2025-05-17  24

错误日志:

feign.FeignException: status 404 reading BaseFeignClient#customerIdByTelephone(BaseCustomerIdQueryByTelephoneReqDto)

原因:

写的接口都能对应上,参数也都能传过去。初步分析是因为提供者没有将新加的接口注册到Eurka上去

解决:

同事帮忙服务重新注册了一下就可以了。不要访问的太快,不然会报超时

feign.RetryableException: connect timed out executing POST
最新回复(0)