如何正确初始化CloseableHttpClient?何时关闭CloseableHttpClient?
AmosWong1998 opened this issue · 3 comments
AmosWong1998 commented
xy-peng commented
你使用的是 Spring 的话, 在 destory
中释放呢?
AmosWong1998 commented
现在这种使用方式对不对 在afterProperties()方法中初始化,我担心这个client一直无法关闭 会导致系统连接过多
xy-peng commented
按照 ClosableHttpClient 的定义,用完了之后是需要关闭。