KKSU
2024-01-09 dfe5a83f6286e71a980a4e5210b65272f2f7a76b
src/main/java/com/xcong/farmer/cms/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
@@ -13,6 +14,7 @@
 * @Version V1.0
 **/
@Slf4j
@Component
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {
    private static ApplicationContext applicationContext = null;