feat: add Excel document generator

This commit is contained in:
binzz
2026-08-12 10:11:48 +09:00
parent b60b933a08
commit ccabd1187b
10 changed files with 1433 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ dependencies {
// Gateway REST API와 관리 화면의 HTTP 요청을 처리합니다.
implementation 'org.springframework.boot:spring-boot-starter-web'
// 등록된 Excel 양식을 보존하면서 Tool 문서를 생성합니다.
implementation 'org.apache.poi:poi-ooxml:5.5.1'
// Tool Registry 및 분산 캐시 연동에 사용합니다.
implementation 'org.springframework.boot:spring-boot-starter-data-redis'