mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-01 22:53:29 +08:00
jar包打包时不将依赖打入其中,减少jar包大小
This commit is contained in:
@@ -137,6 +137,9 @@ public class QCloudCosUtils {
|
||||
return url.toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* 销毁 CosClient 对象方法
|
||||
*/
|
||||
public static void destoryInstance() {
|
||||
if (_cosClient != null) {
|
||||
// 确认本进程不再使用 cosClient 实例之后,关闭之
|
||||
|
Reference in New Issue
Block a user