StefanSchubert / sabi

Seawater Aquarium Business Intelligence (sabi) aims to gain knowledge from aquarists for aquarists based on collected seawater parameters.
https://sabi-project.net
MIT License
4 stars 3 forks source link

Refactor API documentation from OpenAPI2 (springfox) to latest OpenApi3 (OAS3 - springdoc) #88

Closed StefanSchubert closed 2 years ago

StefanSchubert commented 3 years ago

Concerns sabi-server modules rest controller Just to keep up with the new documentation standard.

Is not just done witch switching maven versions, I guess that we need to exchange some of the annotations, too. Also the link of calling the API doc:http://localhost:8080/sabi/swagger-ui.html# has been changed by OAS3 as far as I know, this should be documented under developer sdk setup in the exsiting readme.md.

StefanSchubert commented 2 years ago

If not happend already with this feature we should migrate to spring-boot v2.6.x, too.

StefanSchubert commented 2 years ago

has been fixed with #112