类 AppCoreConfig

java.lang.Object
com.elitesland.ystdms.sys.config.AppCoreConfig
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Configuration public class AppCoreConfig extends Object implements org.springframework.context.ApplicationContextAware
.
  • 构造器详细资料

    • AppCoreConfig

      public AppCoreConfig()
  • 方法详细资料

    • setApplicationContext

      public void setApplicationContext(@NonNull org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      指定者:
      setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
      抛出:
      org.springframework.beans.BeansException
    • setApplicationEventPublisher

      @Autowired public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)