Refactor the number formatting in the @Order annotation on the 'gemfireDataSourcePostProcessor' bean definition.

This commit is contained in:
John Blum
2022-08-29 17:53:07 -07:00
parent 9dba7bba26
commit fef30386de

View File

@@ -87,7 +87,7 @@ public class ClusterDefinedRegionsConfiguration extends AbstractAnnotationConfig
}
@Bean
@Order(Ordered.HIGHEST_PRECEDENCE + 1000000)
@Order(Ordered.HIGHEST_PRECEDENCE + 1_000_000)
public GemfireDataSourcePostProcessor gemfireDataSourcePostProcessor() {
return new GemfireDataSourcePostProcessor().using(getBeanFactory()).using(resolveClientRegionShortcut());
}