白茶清欢 zhangdeman
zhangdeman pushed to master at java/springboot-common 2025-06-16 18:53:35 +08:00
c669c268f7 fix NPE
zhangdeman pushed to master at java/springboot-common 2025-06-16 18:14:35 +08:00
da6a532edb 优化异常堆栈
zhangdeman pushed to master at java/springboot-common 2025-06-16 16:54:42 +08:00
42e26ebd67 优化统一错误码返回
zhangdeman pushed to master at java/springboot-common 2025-06-15 18:59:58 +08:00
zhangdeman pushed to master at java/springboot-common 2025-06-15 18:45:41 +08:00
0c1607e01d 增加BaseException
zhangdeman pushed to master at java/springboot-common 2025-06-08 18:54:52 +08:00
8927b3323f 日志记录自动记录接口响应数据
zhangdeman pushed to master at java/springboot-common 2025-06-08 16:41:32 +08:00
d20294ae98 修复请求日志记录的BUG
zhangdeman pushed to master at java/springboot-common 2025-06-08 14:22:30 +08:00
27076012a7 优化RequestInfoProvider
zhangdeman pushed to master at java/springboot-common 2025-06-08 12:05:41 +08:00
c4e421050e 优化基础公共日志记录
zhangdeman pushed to master at java/springboot-common 2025-06-07 22:30:45 +08:00
d936386d88 修改日志实例可见性
zhangdeman pushed to master at java/springboot-common 2025-06-07 22:26:39 +08:00
32d467da85 优化日志写入 + 增加日志实例获取
zhangdeman pushed to master at java/springboot-common 2025-06-07 22:16:02 +08:00
3b4027f87b 增加响应日志记录的Provider
zhangdeman pushed to master at java/springboot-common 2025-06-07 22:08:45 +08:00
b8f0c3cb92 增加请求日志记录provider, 学府Request序列化的BUG
zhangdeman pushed to master at java/springboot-common 2025-06-07 17:01:59 +08:00
327099e963 数据验证失败, 优化详细信息输出 + 优化request_id生成
zhangdeman pushed to master at java/springboot-common 2025-06-07 15:32:16 +08:00
86f91b4a9e update gitignore
zhangdeman pushed to master at java/springboot-common 2025-06-07 15:30:30 +08:00
ccb74d4b3a 规划完成全局异常捕获方案, 后续新异常在此处添加即可
zhangdeman pushed to master at java/springboot-common 2025-06-06 22:54:14 +08:00
4b494639f5 修复RequestInitFilter的BUG
zhangdeman pushed to master at java/springboot-common 2025-06-06 22:36:47 +08:00
7f9f0adab9 增加 request_id / trace_id生成
zhangdeman pushed to master at java/springboot-common 2025-06-06 22:28:29 +08:00
b48a8a61e0 修正RequestFilter的错误
zhangdeman pushed to master at java/springboot-common 2025-06-06 22:25:18 +08:00
72b4a4023f 升级Response