Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
b7f3c68e
Commit
b7f3c68e
authored
Jun 02, 2021
by
RuoYi
Browse files
优化图片工具类读取文件
parent
edd29810
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/utils/file/ImageUtils.java
View file @
b7f3c68e
...
@@ -94,6 +94,7 @@ public class ImageUtils
...
@@ -94,6 +94,7 @@ public class ImageUtils
}
}
finally
finally
{
{
IOUtils
.
closeQuietly
(
in
);
IOUtils
.
closeQuietly
(
baos
);
IOUtils
.
closeQuietly
(
baos
);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment