I tried to generate a Spring boot with following config in the start.spring.io. * Maven * java 21 * Dependencies: Reactive Web, Spring Data Couchbase Reactive, Testcontainers In the generated files, the `TestcontainersConfiguration` is an empty class like this. ```java @TestConfiguration(proxyBeanMethods = false) class TestcontainersConfiguration { } ```