排错步骤

看Consul注册中心服务是否有错误SpringCloud微服务项目,服务启动控制台并没有错误,但服务却不能访问的问题

第二步

根据有错误的服务查看健康日志,访问地址如下
http://{service}:{port}/actuator/health

第三步

就可以看到如图的日志, 我这个问题是redis IP地址打错了,由redis引起服务不可用.
SpringCloud微服务项目,服务启动控制台并没有错误,但服务却不能访问的问题

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2021-12-22
  • 2021-09-20
  • 2022-12-23
  • 2022-02-07
  • 2022-02-28
  • 2022-01-20
猜你喜欢
  • 2021-10-08
  • 2021-08-26
  • 2021-09-27
  • 2021-07-06
  • 2021-09-05
  • 2022-01-25
  • 2021-06-11
相关资源
相似解决方案