| 类 | 说明 |
|---|---|
| ApolloEventListener | |
| CacheInitConfig | |
| CachingConfig |
缓存配置
|
| CorsConfig |
处理跨域
|
| GlobalProperties |
全局配置类
|
| GlobalThreadPoolConfig | |
| ImportExportThreadPool | |
| JdbcConfig | |
| JpaConfig | |
| MdcTaskDecorator | |
| MessageTemplateProperties | |
| MyRedisProperties | |
| PubsubConfig |
pub/sub config.
|
| RedisPrefixUtilService | |
| Swagger2Config | |
| ThreadPoolConfig |
Title: ThreadPoolConfig 创建定义
Description: ThreadPoolConfig 创建定义 默认核心线数5,队例大小:10,
corePoolSize:表示线程池保有的最小线程数。
|
| ThreadPoolConfig.Config |
线程池配置
|
| ValidatorConfig |
hibernate.validator.fail_fast
true 快速失败返回模式 false 普通模式
遇到第一个错误就返回
https://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html/validator-specifics.html
|
| WebConfig |
spring mvc 的配置
|
| WechatInfoTaskConfig |