Skip to content

feilong VS hutool对比

feilong edited this page Sep 17, 2020 · 9 revisions

feilong VS hutool对比

hutool 和feilong 都是JAVA 届非常优秀的开源工具类库 , hutool https://www.oschina.net/p/hutool 下面对两者进行对比

1. 通用对比

对比项 feilong hutool

github地址

https://github.com/ifeilong/feilong

https://github.com/looly/hutool

oschina地址

https://github.com/ifeilong/feilong

https://github.com/looly/hutool

主页

-

https://www.hutool.cn/

帮助文档

-

https://www.hutool.cn/docs/#/

license

Apache-2.0 (可用于闭源,修改过的文件需要放置版权说明)

MulanPSL2 (木兰宽松许可证)

最新版本

3.0.10

5.3.3

对应JDK

JDK8

JDK8

默认依赖

2. 共有功能

对比项 feilong hutool

excel功能

FTP封装

√ (Ftp)

SFTP封装

√ (JschUtil)

模板引擎封装

√(TemplateUtil) 仅支持velocity

√ (TemplateUtil) (支持 Beetl, Enjoy, Rythm, FreeMarker,Velocity,Thymeleaf)

servlet-api工具

√ (ServletUtil)

邮件工具

√ (MailUtil)

Http客户端工具类

√(HttpClientUtil)

√ (HttpUtil)

加密解密

JSON

配置文件

压缩加压缩工具

CSV工具

IO工具

3. feilong 有,但是hutool没有的功能及特性

对比项 feilong hutool

配置式组件

×

feilong-context

×

4. hutool 有,但是feilong 没有的功能及特性

对比项 feilong hutool

world功能

×

全局定时任务

×

√ (CronUtil)

DFA查找

×

缓存

×

日志

×

二维码工具

× (3.0.0之后不再提供,页面组件使用jquery qrcode组件)

√ (QrCodeUtil)

Emoji工具

×

√ (EmojiUtil)

script脚本功能

×

切面代理工具功能

×

√ (ProxyUtil)

布隆过滤器功能

×

√ (BitMapBloomFilter)

中文分词封装功能

×

√ (TokenizerUtil)

数据库简单操作-Db

×(暂未开源)

core

Clone this wiki locally