Browse Source

Merge branch '3.2.x'

Closes gh-40756
pull/40757/head
Andy Wilkinson 2 years ago
parent
commit
7f6a99ce24
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc

2
spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/testing/testcontainers.adoc

@ -60,7 +60,7 @@ The following service connection factories are provided in the `spring-boot-test @@ -60,7 +60,7 @@ The following service connection factories are provided in the `spring-boot-test
| Containers of type `JdbcDatabaseContainer`
| `KafkaConnectionDetails`
| Containers of type `KafkaContainer` or `RedpandaContainer`
| Containers of type `org.testcontainers.containers.KafkaContainer` or `RedpandaContainer`
| `LiquibaseConnectionDetails`
| Containers of type `JdbcDatabaseContainer`

Loading…
Cancel
Save