Interface FrameworkInitDataService

All Known Implementing Classes:
DefaultFrameworkInitDataServiceImpl

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

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

    • cacheSystemData

      void cacheSystemData()
      缓存信息
    • initSystemInfo

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

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

      void addCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
      项目自定义的拦截器
      Parameters:
      registry - InterceptorRegistry对象