Skip to content

js17741166/spring-boot-starter-redis

Repository files navigation

spring-boot-starter-redis

配置示例

redis:
  pool:
    maxTotal: 60000
    maxIdle: 300
    minIdle: 10
  host:
    ip: 127.0.0.1
    port: 6379

About

学习spring boot starter +redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages