用UT提交可以找到,前端提交时提示成功,数据库也有值,但是死活找不到图片,
String realFileParentPath = PathUtil.getImageBasePath() + targetAddress;
File dirPath = new File(realFileParentPath);
if (!dirPath.exists()) {
return dirPath.mkdirs();
}
return true;
文件夹又提示创建成功,但是也找不到
SSM商铺V1.0,解决毕设痛点;SpringBoot商铺V2.0,满足工作刚需
了解课程