dependencies { compile project(":common") // spring boot redis 支持 compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis', version: springBootVersion // spring boot cache 支持 compile group: 'org.springframework.boot', name: 'spring-boot-starter-cache', version: springBootVersion // commons-pool2 支持, spring boot 2 后,如果使用cache需要依赖 compile group: 'org.apache.commons', name: 'commons-pool2', version: '2.7.0' // redisson client 支持 compile group: 'org.redisson', name: 'redisson', version: '3.11.3' }