-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
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
not support biginteger when length greate than 16 #13579
Comments
How have you verified the contents of the response? It works for me using curl or HTTPie. If you'd like us to spend more time investigating, please provide a complete example of how to reproduce the problem (something that we can unzip or git clone and run) including how you are calling the service and checking the contents of the response. |
@wilkinsona you can clone from https://github.com/damozhiying/spring-boot-demo |
Thanks. As suspected, this isn't due to Spring Boot. The response is as expected when accessed with curl:
The problem only occurs when Swagger UI is involved. See swagger-api/swagger-ui#2030. |
@wilkinsona thanks a lot |
The text was updated successfully, but these errors were encountered: