public interface FrameworkInitDataService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
项目自定义的拦截器
|
void |
cacheSystemData()
缓存信息
|
void |
initSystemInfo()
需要初始化的信息
|
void |
postConstruct()
项目启动后 需要 PostConstruct的值
|
void cacheSystemData()
void initSystemInfo()
void postConstruct()
void addCustomInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
registry - InterceptorRegistry对象Copyright © 2024. All rights reserved.