Package cn.sinozg.applet.common.service
Interface FrameworkInitDataService
- All Known Implementing Classes:
DefaultFrameworkInitDataServiceImpl
public interface FrameworkInitDataService
初始化系统相关的信息
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomInterceptor(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对象
-