2020-12-15 20:21:23 +08:00
|
|
|
dependencies {
|
2020-12-16 17:11:20 +08:00
|
|
|
implementation project(":ruoyi-common-core")
|
2020-12-15 20:21:23 +08:00
|
|
|
|
2020-12-16 17:11:20 +08:00
|
|
|
implementation "com.alibaba:fastjson:1.2.75"
|
|
|
|
|
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.0"
|
|
|
|
|
implementation "org.springframework.boot:spring-boot-starter-data-redis:2.3.4.RELEASE"
|
2021-01-30 18:02:29 +08:00
|
|
|
implementation group: 'redis.clients', name: 'jedis', version: '3.5.1'
|
2020-12-15 20:21:23 +08:00
|
|
|
}
|
|
|
|
|
|
2020-12-16 17:11:20 +08:00
|
|
|
description = "ruoyi-common-redis"
|