change link

This commit is contained in:
Looly
2025-02-21 17:40:14 +08:00
parent bfad067365
commit 05f16f051e
103 changed files with 217 additions and 205 deletions

View File

@@ -29,7 +29,7 @@ public class JexlEngine implements ExpressionEngine {
try{
return engine.createExpression(expression).evaluate(mapContext);
} catch (Exception ignore){
// https://gitee.com/dromara/hutool/issues/I4B70D
// https://gitee.com/chinabugotech/hutool/issues/I4B70D
// 支持脚本
return engine.createScript(expression).execute(mapContext);
}

View File

@@ -208,7 +208,7 @@ public abstract class AbstractFtp implements Closeable {
/**
* 下载文件-避免未完成的文件<br>
* 来自https://gitee.com/dromara/hutool/pulls/407<br>
* 来自https://gitee.com/chinabugotech/hutool/pulls/407<br>
* 此方法原理是先在目标文件同级目录下创建临时文件,下载之,等下载完毕后重命名,避免因下载错误导致的文件不完整。
*
* @param path 文件路径