Ver Fonte

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

luoshi há 4 anos atrás
pai
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;
     byte[] read(String path) throws Exception;
 
 
     boolean exist(String path);
     boolean exist(String path);
+
+    void close();
 }
 }