Helius
2020-05-25 6ac527e204fbcf9bc62f280eb925cddab291fe5b
src/main/java/com/xcong/excoin/utils/SpringContextHolder.java
@@ -5,7 +5,6 @@
import org.springframework.beans.factory.DisposableBean;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
/**
 * @Author wzy
@@ -14,7 +13,6 @@
 * @Version V1.0
 **/
@Slf4j
@Component
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {
    private static ApplicationContext applicationContext = null;