Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed Mar 30, 2018
1 parent 3436f7b commit ee667b6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,20 @@ yan -- 根目录
| 名称(Key值)| 描述 |
| --- | :--- |
| redis.maxIdle | redis最大空闲数 |
| redis.maxTotal | 连接池的最大数据库连接数 |
| redis.maxWaitMillis | 最大建立连接等待时间 |
| redis.minEvictableIdleTimeMillis | 逐出连接的最小空闲时间 默认1800000毫秒(30分钟) |
| redis.numTestsPerEvictionRun | 每次逐出检查时 逐出的最大数目 如果为负数就是 : 1/abs(n), 默认3 |
| redis.timeBetweenEvictionRunsMillis | 逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1 |
| redis.testOnBorrow | 是否在从池中取出连接前进行检验,如果检验失败,则从池中去除连接并尝试取出另一个 |
| redis.testWhileIdle | 空闲时检查有效性, 默认false |
| **redis.hostName** | redis 的主机名 |
| **redis.port** | 端口号:默认6379 |
| **redis.password** | 连接密码 |
| redis.usePool | 是否使用连接池 |
| redis.maxInactiveIntervalInSeconds | 设置缓存失效时间 |
|- |- |
| **jms.brokerURL** | activeMQ 服务地址 |
| **jms.userName** | activeMQ 服务管理端用户名 |
| **jms.password** | activeMQ 服务管理端密码 |
Expand Down

0 comments on commit ee667b6

Please sign in to comment.