1
0
Эх сурвалжийг харах

优化OSS读写方法;增加spring-mvc上传配置

luoshi 4 жил өмнө
parent
commit
425c23c292

+ 2 - 0
stmms-biz/src/main/java/cn/com/qmth/stmms/biz/file/store/FileStore.java

@@ -9,4 +9,6 @@ public interface FileStore {
     byte[] read(String path) throws Exception;
 
     boolean exist(String path);
+
+    void close();
 }