Spring Cloud踩得坑之org.springframework.web.client.HttpClientErrorException: 404 null异常处理
除去你写的请求服务端名称有问题外!还有一个坑就是你的服务端配置了context-path或者server-path去掉即可解决状态页和健康指标Eureka实例的状态页面和运行状况指示符分别默认为“/info”和“/health”,它们是SpringBootActuator应用程序中有用端点的默认位置。如果您使用非默认上下文路径或servlet路径(例如server.servletPath=/foo