Ai
1 Star 1 Fork 1

cr7258/elastic-lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
cr7258 提交于 2022-08-05 16:03 +08:00 . 实验 5:Elasticsearch Java API Client 开发
plugins {
id 'java'
}
group 'org.example'
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.18'
annotationProcessor 'org.projectlombok:lombok:1.18.18'
implementation 'org.projectlombok:lombok:1.18.18'
implementation 'org.springframework.boot:spring-boot-starter:2.7.1'
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.1'
implementation 'junit:junit:4.13.1'
implementation 'co.elastic.clients:elasticsearch-java:8.2.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.7.1'
}
test {
useJUnitPlatform()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cr7258/elastic-lab.git
git@gitee.com:cr7258/elastic-lab.git
cr7258
elastic-lab
elastic-lab
master

搜索帮助