1 Star 1 Fork 0

woshuangguoyang/springBoot-redis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
plugins {
id 'org.springframework.boot' version '2.5.0'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'com.jerry'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis', version: '2.5.0'
implementation 'org.projectlombok:lombok:1.18.8'
annotationProcessor 'org.projectlombok:lombok:1.18.8'
implementation 'junit:junit:4.12'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
implementation group: 'org.redisson', name: 'redisson-spring-boot-starter', version: '3.15.5'
implementation group: 'org.redisson', name: 'redisson-spring-data-21', version: '3.15.5'
}
test {
useJUnitPlatform()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/woshuangguoyang/spring-boot-redis.git
git@gitee.com:woshuangguoyang/spring-boot-redis.git
woshuangguoyang
spring-boot-redis
springBoot-redis
master

搜索帮助