feilong

Results 149 issues of feilong

HttpResponseStringBuilder 要支持定制 不同的response code 返回不同的异常

feilong-net

maven-source-plugin 升级到 3.3.0

![image](https://user-images.githubusercontent.com/3479472/235046753-970fa109-5154-455d-9828-5ff256b1bc62.png)

feilong-core

/** * 设置默认值 */ public class ValueUtils{ /** * 如果judgeValue的值为null且value不为null则调用set.accept方法 * * @param judgeValue * 待判断的值 * @param set * 设置器 * @param value * 给与设置器的值 */ public static void...

collection util 要支持 Function 比如

feilong-core

jsoup 要支持可以设置 cookie 或者header ,解决网站鉴权问题

提供 jsoup 依赖的文档描述,和对应的友好报错信息

help wanted
feilong-net

![image](https://user-images.githubusercontent.com/3479472/232732695-1f1c3045-d30f-4ece-bbf3-7ba2c31c7b9d.png)

feilong-json

/** 生成日期. */ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") private LocalDateTime createTime; ```JSON "bindTime": { "dayOfWeek": "FRIDAY", "hour": 4, "month": "DECEMBER", "dayOfMonth": 2, "dayOfYear": 336, "year": 2022, "monthValue": 12, "nano": 0, "minute":...

enhancement
feilong-json