I have added camunda-spring-boot-starter-rest as dependency in microservice and annotated the main class with @EnableProcessApplication. And now i was able to access all the predefined rest api’s from camunda-spring-boot-starter-rest .
But i want to enable swagger documentation for all the API’s available in camunda-spring-boot-starter-rest module. How can we achieve it?