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
java.sql.Timestamp will generate Timestamp interface even though add JsonFormat annotation, how can I specific to use string class
The text was updated successfully, but these errors were encountered:
feat(model-association): handle java.util.Date subclasses, such as ja…
136ef33
…va.sql.Timestamp Fixes kbuntrock#174
Should be fixed by #175
Meanwhile, you can customize the modelAssociations, as described in the documentation: https://kbuntrock.github.io/openapi-maven-plugin/#/configuration?id=modelsassociations
Sorry, something went wrong.
b847b64
Successfully merging a pull request may close this issue.
java.sql.Timestamp will generate Timestamp interface even though add JsonFormat annotation, how can I specific to use string class
The text was updated successfully, but these errors were encountered: