After migration of Spring Boot to version 3.1 and springdoc-openapi libraries to 1.4.1:
- springdoc-openapi-ui
- springdoc-openapi-security
- springdoc-openapi-data-rest
I faced issue ClassNotFoundException: org.springframework.data.rest.webmvc.support.DefaultedPageable
Also now on Swagger UI page controllers and schemas for @Entity
are generated, however earlier there were only endpoints from @RestController
, request and response DTOs. Are there any way to disable it?