Helius
2021-04-19 ef344eeb6d71665276e88cf151c44ddc39dd51f9
src/main/java/com/xcong/excoin/utils/SpringContextHolder.java
@@ -61,6 +61,7 @@
        if (SpringContextHolder.applicationContext != null) {
            log.warn("SpringContextHolder中的ApplicationContext被覆盖, 原有ApplicationContext为:" + SpringContextHolder.applicationContext);
        }
        log.info("=====================");
        SpringContextHolder.applicationContext = applicationContext;
    }
}