Old name: spring.testcontainers.startup New name: spring.testcontainers.beans.startup Closes gh-37073
11 lines
271 B
JSON
11 lines
271 B
JSON
{
|
|
"properties": [
|
|
{
|
|
"name": "spring.testcontainers.beans.startup",
|
|
"type": "org.springframework.boot.testcontainers.lifecycle.TestcontainersStartup",
|
|
"description": "Testcontainers startup modes.",
|
|
"defaultValue": "sequential"
|
|
}
|
|
]
|
|
}
|