Forum Discussion

technimadhu's avatar
technimadhu
New Contributor
4 years ago

Disable auto generation api-docs

Hello, 

I am using SpringBoot with Swagger2. Recently upgraded to use SpringBoot 2.2 and using io.swagger dependency

 

I manually have written the API docs myself. They all show up fine, but i also see a 'default' tag with all my APIs in it and they dont work. Can i disable this auto generation of APIdoc? since i have manually written it?  How do i do that?

 

May pom snippet:

 

 

 

 

1 Reply

  • You seem to have some dependencies that you don't really need, but also based on the information you provided, you might be using Springfox. Do you have a springfox dependency?