Can I use enunciate module to only display swagger UI?

470 views Asked by At

I have a Java Spring-based RESTful API that uses enunciate for auto-generated documentation. I am upgrading from Enunciate 1.x to 2.8.0, and would like to stop using the base Enunciate documentation in favor of SwaggerUI ONLY.

Is there a way to suppress the base enunciate documentation and generate only the swagger docs?

0

There are 0 answers