spring cloud 使用之坑 Request processing failed; nested exception is feign.FeignException status 404

今天使用spring cloud访问其他人暴露的接口,莫名其妙的出现 一次请求成功 一次请求失败的问题。

错误截图:
spring cloud 使用之坑 Request processing failed; nested exception is feign.FeignException status 404
本次错误主要问题:

spring cloud 使用之坑 Request processing failed; nested exception is feign.FeignException status 404
注册中心, 有人 同样的工程 不同的端口号 启用了两次服务,导致出现了暴露的接口 出现了同名的情况,并且关闭了其中一个工程, 导致访问的时候出现一次生效,一次失效的问题!!!!!!!

主要解决办法:

关闭一个相同的工程,实在不行就重启注册中心