Working principle of packagesToScan and packagesToExclude together
I have a modularized Spring Boot application with controllers spread across various sub-packages of a main package. I want to exclude one specific sub-package from the OpenAPI documentation.
RestDocs missing context
I am trying to test a controller and use the rest doc to get the calls so that I can use them in a adoc file. I have this abstract class that will be extended by several other classes