Replace @ConditionalOnExpression with OnProperty
Replace where possible all @ConditionalOnExpression annotations with @ConditionalOnProperty which is both faster to run and more descriptive. Fixes gh-1685
Showing
Please register or sign in to comment