feilong 3.3.1 发布了,让 Java 开发更简便的工具库
feilong 3.3.1 发布了,让Java开发更简便的工具库 让你从大量重复的底层代码中脱身,提高开发效率; 让你的代码更简炼,易写、易读、易于维护; 文档地址:http://feilong-core.mydoc.io/ maven 依赖配置: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.3.1</version> </dependency> Gradle 依赖配置: com.github.ifeilong:feilong:3.3.1 本次升级共有7处变更, 具体参见3.3.1 milestone 🍑feilong-core #71✨Maputil 添加 removeKeys(Map<K, V> map,Collection keyList) 方法 [enhancement] #418✨collectionuti...