Closed shovelmn12 closed 1 year ago
@shovelmn12,
Depending on your usecase, either use webflux
or webmvc
starters that ships the springdoc-openapi-starter-common
See demos code for more details: https://github.com/springdoc/springdoc-openapi-demos/blob/2.x/demo-spring-data-rest/pom.xml
Describe the bug
When added
springdoc v2
tospring-boot v3
and loading up the app I get the following exception:I tried adding a
@Bean
forSpringRepositoryRestResourceProviderConfiguration
but that class is private.Expected behavior
Loading up the app with
open-api
endpointAdditional context
pom.xml
```