ConditionalOnMissingService
@ConditionalOnMissingBean
Condition which enables the annotated service or service factory if no other instance of the specified types exist.
For Spring users, this is the same as @ConditionalOnMissingBean.