Spring Conditional

Posts tagged Spring Conditional

Spring @ConditionalOnResource Example

Condition On Resource In this tutorial I will create examples on SpringĀ @ConditionalOnResource (condition on resource). TheĀ @ConditionalOnResourceĀ annotation lets configuration be included only when a specific resource is present in…

Spring @ConditionalOnProperty Example

Condition On Property Here I will create examples on Spring condition on property using the annotationĀ @ConditionalOnProperty. The @ConditionalOnProperty annotation allows you to load beans conditionally depending on a…

↑