Files
spring-boot/spring-boot-test-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
Stephane Nicoll 21b815aabd Polish contribution
Closes gh-7560
2016-12-16 10:52:43 +01:00

10 lines
275 B
JSON

{
"properties": [
{
"name": "spring.test.database.replace",
"type": "org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase$Replace",
"description": "Type of existing DataSource to replace.",
"defaultValue": "any"
}
]
}