fix
Helius
2022-03-09 b77274cb4cf252a29d4eb3c1dd3bda02c7fbe6f6
src/main/java/com/xcong/excoin/utils/SpringContextHolder.java
@@ -5,6 +5,7 @@
import org.springframework.beans.factory.DisposableBean;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
/**
 * @Author wzy
@@ -12,6 +13,7 @@
 * @email wangdoubleone@gmail.com
 * @Version V1.0
 **/
@Component
@Slf4j
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {