1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-01 22:53:29 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

jar包打包时不将依赖打入其中,减少jar包大小

This commit is contained in:
2022-04-09 18:27:12 +08:00
parent b4d7f858a3
commit 8cfdf78eaf
3 changed files with 30 additions and 0 deletions

View File

@@ -137,6 +137,9 @@ public class QCloudCosUtils {
return url.toString();
}
/**
* 销毁 CosClient 对象方法
*/
public static void destoryInstance() {
if (_cosClient != null) {
// 确认本进程不再使用 cosClient 实例之后,关闭之