feat(http连接池关闭服务):
This commit is contained in:
parent
36d726f3bd
commit
1aee5c1744
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue