常见问题

最后更新于:2022-04-02 07:11:17

[TOC] 1.微服务下,列表查询有时候查询不出数据,看请求结果显示的是:访问超时 ![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/7f/ee/7fee7c6942db99c0f76219a56632ece6_800x446.png) ![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/65/ba/65ba551d3e80dd23754c7472acc3a5e6_800x168.png) 问题解决: 修改gateway的application.yml文件,增加超时时间: ``` hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds ``` ![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/a0/7b/a07bc5402e22c5ef41dfb21b7c5e1e6f_689x323.png)
';