diff --git a/module/spring-boot-jdbc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-jdbc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json index b2266bdbd07..92376c3ab12 100644 --- a/module/spring-boot-jdbc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-jdbc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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" } ] }