springcloud访问出错:status“:404,“error“:“Not Found“,“message“:“No message available“

错误描述

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Wed Feb 03 00:52:30 CST 2021
There was an unexpected error (type=Internal Server Error, status=500).
[404] during [GET] to [http://product9997/product/findById?productId=10] [ProductClient#findById(String)]: [{“timestamp”:“2021-02-02T16:52:30.924+0000”,“status”:404,“error”:“Not Found”,“message”:“No message available”,“path”:"/product/findById"}]
feign.FeignException$NotFound: [404] during [GET] to [http://product9997/product/findById?productId=10] [ProductClient#findById(String)]: [{“timestamp”:“2021-02-02T16:52:30.924+0000”,“status”:404,“error”:“Not Found”,“message”:“No message available”,“path”:"/product/findById"}]

解决

我看了一下自己的后台数据存放的服务,发现刚改了代码没有重新启动。
就这里我提几个404可能遇到的情况
1、服务没有注册上
2、浏览器路径错误
3、后台访问的数据逻辑内容是空白,同时找一下两个服务间访问路由是否相同
4、改了代码没有重启

你可能感兴趣的:(Exception)