feat: 添加redission
This commit is contained in:
@@ -27,8 +27,14 @@ dependencies {
|
||||
exclude(group = "org.jetbrains")
|
||||
}
|
||||
|
||||
//noinspection GradlePackageUpdate
|
||||
implementation("com.zaxxer:HikariCP:${property("HikariCP_version")}") {
|
||||
val hikariVersion = property("HikariCP_version")
|
||||
implementation("com.zaxxer:HikariCP:${hikariVersion}") {
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
val redissionVersion = property("redission_version")
|
||||
implementation("org.redisson:redisson:${redissionVersion}") {
|
||||
exclude(group = "io.netty")
|
||||
exclude(group = "org.yaml")
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user