Multiple swagger instances for a single application

Viewed 553

I want to host public and internal APIs on swagger UI and want to separate them out into different URLs like:-

  1. /public/swagger-ui.html
  2. /internal/swagger-ui.html

Currently, all my APIs are placed under /swagger-ui.html. Is there a way how I can achieve it using spring boot?

0 Answers
Related