mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge pull request #51709 from ohchanKyu
Closes gh-51709 * fix-test-database-replace-metadata-default: Fix documented default of spring.test.database.replace
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
"name": "spring.test.database.replace",
|
||||
"type": "org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase$Replace",
|
||||
"description": "Type of existing DataSource to replace.",
|
||||
"defaultValue": "any"
|
||||
"defaultValue": "non-test"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user