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…