소스 수정

This commit is contained in:
jade
2026-07-09 21:57:26 +09:00
parent 1196bde772
commit 654c61edc5
6 changed files with 60 additions and 0 deletions

10
payment/build.gradle Normal file
View File

@@ -0,0 +1,10 @@
plugins {
id 'org.springframework.boot'
}
dependencies {
implementation project(':axhub-tool-core')
}
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
}