Commit f09012d8 by 王祖波

log

parent c2dc43b6
......@@ -90,7 +90,7 @@ public class ImageCombined {
private static BufferedImage loadImageWithCache(String url) {
return imageCache.get(url, key -> {
try {
logger.info("加载图片buffered");
logger.info("加载图片buffered:{},key:{}",url,key);
return ImageIO.read(new URL(key));
} catch (Exception e) {
logger.info("获取图片异常",e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment