0

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?

Vladas Maier
  • 2,054
  • 2
  • 22
  • 34
Tharindu Sathischandra
  • 1,654
  • 1
  • 15
  • 37

1 Answers1

1

The reference documentation is available on the springdoc-openapi website:

You have also, some video tutorials on YouTube:

This can be completed by the tutorials you have mentioned above.

If you identify any improvements, please feel free to propose them on the documentation repository: