Interface FrameworkInitDataService

All Known Implementing Classes:
DefaultFrameworkInitDataServiceImpl

public interface FrameworkInitDataService
初始化系统相关的信息
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    addCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
    Deprecated.
    void
    缓存信息
    void
    需要初始化的信息
    void
    项目启动后 需要 PostConstruct的值
  • Method Details

    • cacheSystemData

      void cacheSystemData()
      缓存信息
    • initSystemInfo

      void initSystemInfo()
      需要初始化的信息
    • postConstruct

      void postConstruct()
      项目启动后 需要 PostConstruct的值
    • addCustomInterceptor

      @Deprecated default void addCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
      Deprecated.
      项目自定义的拦截器 废弃 使用 FrameworkInterceptorService 实现 下个大版本去掉
      Parameters:
      registry - InterceptorRegistry对象