defaultDictRepository

@Bean
@ConditionalOnMissingBean(value = DictRepository::class)
open fun defaultDictRepository(): DefaultDictRepository