|
|
|
@@ -7,9 +7,11 @@ import org.springframework.beans.factory.config.BeanFactoryPostProcessor; |
|
|
|
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; |
|
|
|
import org.springframework.context.ApplicationContext; |
|
|
|
import org.springframework.context.ApplicationContextAware; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
@Component |
|
|
|
public class SpringUtils implements BeanFactoryPostProcessor, ApplicationContextAware { |
|
|
|
|
|
|
|
/** Spring应用上下文环境 */ |
|
|
|
|