报错信息
1 | org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://oms.decathlon.com.cn/oms-service/api/auth": Connection timed out (Connection timed out); nested exception is java.net.ConnectException: Connection timed out (Connection timed out) |
问题分析
可能是发送的途中,网络抖动,也就是说:网络不稳定。但是这种几率一般很小。
解决方案
下面仅为我自己的解决方案,
1 | package com.decathlon.sfc.order.bff.core.util; |