feilong 3.3.0 发布,让Java开发更简便的工具库
feilong 3.3.0 发布了,让Java开发更简便的工具库 让你从大量重复的底层代码中脱身,提高开发效率; 让你的代码更简炼,易写、易读、易于维护; 文档地址:http://feilong-core.mydoc.io/ maven 依赖配置: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.3.0</version> </dependency> Gradle 依赖配置: com.github.ifeilong:feilong:3.3.0 本次升级共有3处变更, 具体参见3.3.0 milestone 🍷feilong-net #371✨httpclient 支持retry功能 [enhancement] 主要处理, httpclient默认java.net.SocketTimeoutException,org.apache.h...