I am building an application where I would like to have two swagger urls:
http://localhost:8080/order-swagger.ui.html
http://localhost:8080/inventory-swagger.ui.html
I read many articles but did not find any solution. What I found is that to define two docket beans but it does not effectively build two html pages. It creates 2 items in the upper right corner dropdown.
Much appreciated if you could provide how to do it.