ePages-de / ePages-de/restdocs-api-spec

Cannot setup Spring Boot 3 with ePages

Open
#228 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
427
Forks
116
Avg merge
23h 54m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.