类 DefaultFrameworkInitDataServiceImpl
java.lang.Object
cn.sinozg.applet.common.service.impl.DefaultFrameworkInitDataServiceImpl
- 所有已实现的接口:
FrameworkInitDataService
@Service
@ConditionalOnSingleCandidate(FrameworkInitDataService.class)
public class DefaultFrameworkInitDataServiceImpl
extends Object
implements FrameworkInitDataService
项目初始化默认实现
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) 项目自定义的拦截器void缓存信息void需要初始化的信息void项目启动后 需要 PostConstruct的值
-
构造器详细资料
-
DefaultFrameworkInitDataServiceImpl
public DefaultFrameworkInitDataServiceImpl()
-
-
方法详细资料
-
cacheSystemData
public void cacheSystemData()从接口复制的说明:FrameworkInitDataService缓存信息- 指定者:
cacheSystemData在接口中FrameworkInitDataService
-
initSystemInfo
public void initSystemInfo()从接口复制的说明:FrameworkInitDataService需要初始化的信息- 指定者:
initSystemInfo在接口中FrameworkInitDataService
-
postConstruct
public void postConstruct()从接口复制的说明:FrameworkInitDataService项目启动后 需要 PostConstruct的值- 指定者:
postConstruct在接口中FrameworkInitDataService
-
addCustomInterceptor
public void addCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) 从接口复制的说明:FrameworkInitDataService项目自定义的拦截器- 指定者:
addCustomInterceptor在接口中FrameworkInitDataService- 参数:
registry- InterceptorRegistry对象
-