Files
jade 658b761778
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 0s
소스 업데이트
2026-08-28 10:04:23 +09:00

18 lines
533 B
Groovy

plugins {
id 'org.springframework.boot'
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.4'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1'
implementation 'com.github.javaparser:javaparser-core:3.26.3'
implementation 'org.apache.poi:poi-ooxml:5.4.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
tasks.named('test') {
useJUnitPlatform()
}