feilong 4.0.3 发布了,让 Java 开发更简便的工具库
feilong 4.0.3 发布了,让Java开发更简便的工具库 让你从大量重复的底层代码中脱身,提高开发效率; 让你的代码更简炼,易写、易读、易于维护; 文档地址:http://feilong-core.mydoc.io/ maven 依赖配置: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>4.0.3</version> </dependency> Gradle 依赖配置: com.github.ifeilong:feilong:4.0.3 本次升级共有12处变更, 具体参见4.0.3 milestone 🐛bug #626log 动态参数 最后一个e 没有生效 [feilong-net-bot] 🍑feilong-core #624✨ 新建com.feilong.core.lang.ThreadUtil.execute(L...

