报错 :java.io.FileNotFoundException: (系统找不到指定的路径。)
java.io.FileNotFoundException: E:\code\operem_demo\src\main\resources\static\upload\zip\841195824A88E198C82A9ABB8023522D.zip (系统找不到指定的路径。)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
错误分析 路径不存在,所以报错
解决方法 : 检查路径,文件是否存在,如果不存在是否创建。
原文地址:https://www.cnblogs.com/lick468/p/10798011.html
时间: 2024-09-28 20:34:29