feilong 4.0.2 发布了,让 Java 开发更简便的工具库
feilong 4.0.2 发布了,让Java开发更简便的工具库 让你从大量重复的底层代码中脱身,提高开发效率; 让你的代码更简炼,易写、易读、易于维护; 文档地址:http://feilong-core.mydoc.io/ maven 依赖配置: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>4.0.2</version> </dependency> Gradle 依赖配置: com.github.ifeilong:feilong:4.0.2 本次升级共有7处变更, 具体参见4.0.2 milestone 🍖feilong-json #618✨ 新建 LongToDateMorpher,支持json转bean 的时候 自动将时间戳long类型转成Date类型 ,比如{'date':1609948800000} 可以自动转成Dat...