feat(http连接池关闭服务):

This commit is contained in:
fuhao 2024-08-14 15:50:17 +08:00
parent 36d726f3bd
commit 1aee5c1744
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
package com.ruoyi.framework.manager;
import com.ruoyi.common.utils.http.HttpUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
@ -19,6 +20,7 @@ public class ShutdownManager
public void destroy()
{
shutdownAsyncManager();
HttpUtils.shutdown();
}
/**