mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
The default of @AutoConfigureTestDatabase's replace attribute changed from ANY to NON_TEST in 3.4 but the manually declared metadata for spring.test.database.replace still advertised "any" as the default. See gh-51709 Signed-off-by: ohchanKyu <okc0202@naver.com>