|
|
@ -550,8 +550,8 @@ class ConfigDataEnvironmentPostProcessorIntegrationTests {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
void runWhenHasNonOptionalImportAndFailFalsePropertyIgnoresException() {
|
|
|
|
void runWhenHasNonOptionalImportAndAllOptionalPropertyIgnoresException() {
|
|
|
|
this.application.run("--spring.config.fail-on-location-not-found=false",
|
|
|
|
this.application.run("--spring.config.all-locations-optional=true",
|
|
|
|
"--spring.config.location=classpath:missing-appplication.properties");
|
|
|
|
"--spring.config.location=classpath:missing-appplication.properties");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|