类 | 说明 |
---|---|
ApplicationContextHolder |
用于保存spring的applicationContext 注意这里不是springMVC的哦
|
DecryptPropertyPlaceholderConfigurer |
配置文件的解密 安全测评时候会要求配置文件内的数据库密码要加密保存
|
InitializationContext |
初始化全局上下文 事件
|
MapRowsMapper<T> |
jdbcTemplate 的对象 ResultSetExtractor
|
ZlContextLoader |
平台的ContextLoader
|
ZlDruidDataSource |
自定义的DruidDataSource
|
ZlUrlClassLoader |
自定义classLoad
动态加载插件需要
最主要作用是把自定义的classLoad 插Spring的最顶层
目前暂时没用。
|