代码拉取完成,页面将自动刷新
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()
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。