接口 FrameworkInitDataService
- 所有已知实现类:
DefaultFrameworkInitDataServiceImpl
public interface FrameworkInitDataService
初始化系统相关的信息
-
方法概要
修饰符和类型方法说明voidaddCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) 项目自定义的拦截器void缓存信息void需要初始化的信息void项目启动后 需要 PostConstruct的值
-
方法详细资料
-
cacheSystemData
void cacheSystemData()缓存信息 -
initSystemInfo
void initSystemInfo()需要初始化的信息 -
postConstruct
void postConstruct()项目启动后 需要 PostConstruct的值 -
addCustomInterceptor
void addCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) 项目自定义的拦截器- 参数:
registry- InterceptorRegistry对象
-