b8deebbbb07d304b2ffe107be670255f67afa3e3.svn-base 607 B

12345678910111213141516171819
  1. spring:
  2. redis:
  3. database: 0
  4. host: 127.0.0.1
  5. lettuce:
  6. pool:
  7. max-active: 8 #最大连接数据库连接数,设 0 为没有限制
  8. max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
  9. max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
  10. min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
  11. shutdown-timeout: 100ms
  12. password: jeecg
  13. port: 6379
  14. jeecg :
  15. redisson:
  16. address: 127.0.0.1:6379
  17. password: jeecg
  18. type: STANDALONE
  19. enabled: true