We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.2.0
Long型主键数据转json后,精度丢失。
最新WebMvcConfiguration已经没有以下配置,为什么要删除这段代码,是有问题吗
SimpleModule simpleModule = new SimpleModule(); simpleModule.addSerializer(Long.class, ToStringSerializer.instance); simpleModule.addSerializer(Long.TYPE, ToStringSerializer.instance);
The text was updated successfully, but these errors were encountered:
https://help.jeecg.com/java/java/config/longerror.html
Sorry, something went wrong.
No branches or pull requests
版本号:
v3.2.0
问题描述:
Long型主键数据转json后,精度丢失。
截图&代码:
最新WebMvcConfiguration已经没有以下配置,为什么要删除这段代码,是有问题吗
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: