yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-starter-i18n/src/main/java/com/qianwen/core/i18n/config/CustomMessageSourceAutoConfiguration.java
@@ -36,7 +36,7 @@
@ConditionalOnMissingBean(name = {"messageSource"}, search = SearchStrategy.CURRENT)
@AutoConfigureOrder(Integer.MIN_VALUE)
@Conditional({CustomMessageSourceAutoConfiguration.ResourceBundleCondition.class})
/* loaded from: blade-starter-i18n-9.3.0.0-SNAPSHOT.jar:org/springblade/core/i18n/config/CustomMessageSourceAutoConfiguration.class */
public class CustomMessageSourceAutoConfiguration {
    private static final Logger log = LoggerFactory.getLogger(CustomMessageSourceAutoConfiguration.class);
    private static final Resource[] NO_RESOURCES = new Resource[0];
@@ -68,7 +68,7 @@
        return messageSource;
    }
    /* loaded from: blade-starter-i18n-9.3.0.0-SNAPSHOT.jar:org/springblade/core/i18n/config/CustomMessageSourceAutoConfiguration$ResourceBundleCondition.class */
    protected static class ResourceBundleCondition extends SpringBootCondition {
        private static ConcurrentReferenceHashMap<String, ConditionOutcome> cache = new ConcurrentReferenceHashMap<>();