Results 1 issues of Anlet

### Describe the bug 服务端使用SOFARegistry v5.4.2 部署注册中心时,会出现9622端口打开成功,但是检查失败的问题。 ### Expected behavior # 查看meta角色的健康检测接口: $ curl http://localhost:9615/health/check {"success":true,"message":"... raftStatus:Leader"} # 查看data角色的健康检测接口: $ curl http://localhost:9622/health/check {"success":true,"message":"... status:WORKING"} # 查看session角色的健康检测接口: $ curl http://localhost:9603/health/check {"success":true,"message":"..."}...

good first issue