binkley / kotlin-spring-boot-hateoas-database

Kick the tires on Spring Boot HATEOAS with a database
The Unlicense
1 stars 0 forks source link

Export the OpenAPI spec file #29

Closed binkley closed 1 year ago

binkley commented 2 years ago

Show how to generate the spec file from the code.

Example demo might be feeding it to readme.com to auto-generate an API UI site

See https://springdoc.org/#plugins

binkley commented 2 years ago

Reopened -- building the API spec runs the app on the production port, not on a random port, so one cannot use red-green-refactor while running another instance.