parent
971a7194d8
commit
33967927db
|
@ -143,7 +143,8 @@ public class EnableAutoConfigurationImportSelector
|
|||
List<String> configurations = SpringFactoriesLoader.loadFactoryNames(
|
||||
getSpringFactoriesLoaderFactoryClass(), getBeanClassLoader());
|
||||
Assert.notEmpty(configurations,
|
||||
"No auto configuration factories available. Please check your packaging to assure that the META-INF/spring.factories file is correct.");
|
||||
"No auto configuration classes found in META-INF/spring.factories. If you" +
|
||||
"are using a custom packaging, make sure that file is correct.");
|
||||
return configurations;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue