I'm currently using the below openapi-ui dependency.
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.4.4</version>
</dependency>
How to remove the api-resource-controller from the openapi-ui swagger screen?
