Dear Student,when you config Swagger with springboot
When You use Swagger (3.0), by default, Swagger shows all Apis more than you developed (example error Api)
To resolve it, in your Swagger config Bean you can select only the packages that contains the controllers that you want to show:
In the exaple ...
andresdavidpastorini.hashnode.dev1 min read