今天写代码的时候,遇到一个问题

{"timestamp":"2019-11-18 16:09:58","status":404,"error":"Not Found","message":"No message available","path":"/ExamCriticalParamApi/getCriticalParams"}] with root cause

feign.FeignException: status 404 reading ExamCriticalParamApi#getCriticalParams(Long); content:
{"timestamp":"2019-11-18 16:09:58","status":404,"error":"Not Found","message":"No message available","path":"/ExamCriticalParamApi/getCriticalParams"}

 仔细查看了接口,是因为多写了一个@RequestMapping,但方法上没写相应的注解路径,导致报错

feign.FeignException: status 404 reading ***

相关文章:

  • 2021-05-29
  • 2022-12-23
  • 2022-01-20
  • 2021-12-23
  • 2021-09-30
  • 2021-04-16
  • 2021-07-01
猜你喜欢
  • 2021-11-12
  • 2021-06-28
  • 2022-12-23
  • 2021-04-02
  • 2021-12-29
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案