The springdoc-openapi
java library is a decent library for integrating Open API 3 with Spring project (alternative for springfox
).
I was searching for a reference documentation (like this for springfox
); I found nothing but the official website.
That website explains the usage of library well, but not a complete API reference.
And also there are a couple of decent tutorials out there: Baeldung, DZone, Piotrminkowski Blog. But not any organized API reference documentation.
Is there any good reference?