Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot setup Spring Boot 3 with ePages #228

Open
reneschroeder0000 opened this issue Feb 14, 2023 · 1 comment
Open

Cannot setup Spring Boot 3 with ePages #228

reneschroeder0000 opened this issue Feb 14, 2023 · 1 comment

Comments

@reneschroeder0000
Copy link

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)

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

@reneschroeder0000
Copy link
Author

https://github.com/reneschroeder0000/demo added an example demo project to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant