1 Star 0 Fork 0

Peter77/api-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
CHENHUAMING 提交于 2021-06-24 18:46 . OK
plugins {
id 'java'
}
group 'com.chm'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
jcenter()
mavenCentral()
}
dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'
implementation 'org.springframework.boot:spring-boot-starter-web:2.2.6.RELEASE'
implementation 'com.baomidou:mybatis-plus-boot-starter:3.3.1.tmp'
implementation 'com.alibaba:druid-spring-boot-starter:1.1.22'
implementation 'mysql:mysql-connector-java:8.0.13'
implementation 'org.springframework.boot:spring-boot-starter-aop:2.2.6.RELEASE'
implementation 'com.google.guava:guava:18.0'
//implementation("com.squareup.okhttp3:okhttp:4.6.0")
testCompile group: 'junit', name: 'junit', version: '4.12'
annotationProcessor 'org.projectlombok:lombok:1.18.2'
compileOnly 'org.projectlombok:lombok:1.18.2'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.2'
testCompileOnly 'org.projectlombok:lombok:1.18.2'
implementation 'org.apache.commons:commons-lang3:3.10'
// https://mvnrepository.com/artifact/commons-codec/commons-codec
implementation 'org.springframework.boot:spring-boot-starter-cache:2.2.6.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter-data-redis:2.2.6.RELEASE'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/peter9975/api-design.git
[email protected]:peter9975/api-design.git
peter9975
api-design
api-design
master

搜索帮助