gradleopenapi-generatorspringfox-boot-starter

How to disable springfox import on openApi generation?


I would like to replace openapi generator plugin from 5.0.0 to 5.1.0. If I build my project it automatically imports import springfox.documentation.annotations.ApiIgnore; to my all generated by API interfaces.

How can I ignore this implementation?


Solution

  • add dependency to project: implementation "io.springfox:springfox-core"