// If properties are set on the context, add them last
Properties contextProperties = context.getProperties();
if ( !contextProperties.isEmpty() ) {
configurers.add( new PropertySourcesConfigurer(
new PropertiesPropertySource( AcrossContext.BEAN, contextProperties ) ) );
}
return configurers;
}