We are working on a application based on spring boot.
The app exposes more than 100+ REST api's
we are using Swagger annotations[Eg:@ApiOperation] at the moment.
We need to now generate the yaml file for each api and upload it to hackolade server.
Is there a api or command I can auto generate these yaml files ?
Thanks