mouzt / mzt-biz-log

支持Springboot,基于注解的可使用变量、可以自定义函数的通用操作日志组件
Apache License 2.0
2.06k stars 483 forks source link

日志记录实体ID类型 #38

Closed MentosL closed 2 years ago

MentosL commented 3 years ago

背景: 目前想在部分业务上使用该组件,数据存储想使用es进行存储。发现在写入的时候对应LOG实体id为int类型,业务中目前id生成策略为Long和String,强制int类型有点不满足当下。

需求: 想要业务自行定义类型

mouzt commented 3 years ago

got it,记录下来了

MentosL commented 3 years ago

我本地实现了一套,如果可以的话 我这边提交下PR,帮忙review下

mouzt commented 3 years ago

好的哇,欢迎PR

mouzt commented 2 years ago

Log实体改为了 Serializable 类型