摘要:
org.springframework.web.client.ResourceAccessException I/O error on POST request for "http://xxxxx/yyyy": Read timed out restClient 主动设置的超时时间或者服务器设置的超 阅读全文
摘要:
ThreadLocal public class MyThread extends Thread { private ThreadLocal<String> threadLocal = new ThreadLocal<>(); public void run() { threadLocal.set( 阅读全文