feat: SearchHr 툴 추가 및 categoryKey 버그 핫픽스 적용

This commit is contained in:
jade
2026-07-13 11:45:05 +09:00
parent e140b3d4d4
commit da314fbe65
12 changed files with 225 additions and 2 deletions

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'
}