springdoc / springdoc-openapi-maven-plugin

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
141 stars 37 forks source link

Created Openapi.json file changes each time #47

Closed saharazizighannad closed 1 year ago

saharazizighannad commented 1 year ago

Every time I have a new controller or api and want to run the mvn to add it to openapi.json file, the new file has some changes in object orders. It makes it really difficult in terms of code review in pull request b/c basically lots of line is just been moved to a new place. Is there anyway to skip this ordering changes?

bnasslahsen commented 1 year ago

@saharazizighannad,

Remember, contributions to this repository should follow its contributing guidelines.

Make sure you provide a Minimal, Reproducible Example - with HelloController that reproduces the problem