You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upgrade my app from SB2 to SB3, but I cannot set it up with ePages. Here is an example project with issues: https://github.com/reneschroeder0000/demo I am getting REST Docs configuration not found. Did you forget to register a WebTestClientRestDocumentationConfigurer as a filter? as error message - Just setting up the REST Docs test (without using the wrapper yet)
dependencies{
// ...
testImplementation("org.springframework.restdocs:spring-restdocs-webtestclient")
// Without those dependencies present the REST Docs test works, but I would like the OpenAPI generator as with SB2
testImplementation("com.epages:restdocs-api-spec-webtestclient:0.17.1")
testImplementation("com.epages:restdocs-api-spec:0.17.1")
}
Any help/hints are appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to upgrade my app from SB2 to SB3, but I cannot set it up with ePages. Here is an example project with issues: https://github.com/reneschroeder0000/demo I am getting
REST Docs configuration not found. Did you forget to register a WebTestClientRestDocumentationConfigurer as a filter?
as error message - Just setting up the REST Docs test (without using the wrapper yet)Any help/hints are appreciated.
Thanks
The text was updated successfully, but these errors were encountered: