@Override
protected List<String> getBootstrapContextLocations() {
final String defaultResourceName = getDefaultResourceName();
final String string = getContextLocationResolverClassName();
SimpleLocationsRetriever retriever = new SimpleLocationsRetriever(getContextLocationResolver(string), new SimplePropertiesLoader(defaultResourceName));
return retriever.getContextLocations();
}