mirror of
https://gitee.com/shikong-sk/springcloud-study
synced 2024-11-09 01:51:19 +08:00
简单测试
This commit is contained in:
parent
49f6994a56
commit
43090f34b7
@ -49,7 +49,7 @@ public class ApplicationTest {
|
||||
log.info("{}",buckets.name());
|
||||
}
|
||||
|
||||
String path = "E:\\Repository\\skcks.cn\\temp\\temp.zip";
|
||||
String path = "D:\\Temp\\temp.zip";
|
||||
try(ZipFile zipFile = new ZipFile(path)){
|
||||
ZipInputStream zipInputStream = new ZipInputStream(new BufferedInputStream(Files.newInputStream(Paths.get(path))));
|
||||
ZipEntry zipEntry;
|
||||
|
Loading…
Reference in New Issue
Block a user