This commit is contained in:
2026-02-02 15:26:45 +09:00
parent a3061e8ef5
commit 9cd1924014
5 changed files with 32 additions and 5 deletions

View File

@@ -9,10 +9,19 @@
## 🚀 시작하기
MapSheetMngFileJobController 의 isSchedulerEnabled 변수가 true면 schedule 실행
/swagger-ui/index.html
/api/job/mng-sync-job true, false 수정 가능
isEnabled=true 파일 검사 및 싱크 실행, pageSize=20 한번에 실행할 개수
```bash
./gradlew spotlessApply
```
```bash
./gradlew clean build
```
```bash
Java -jar imagery-make-dataset.jar \
--isEnabled=true \
--pageSize=20
```
### 필수 요구사항
- Java 21 (JDK 21)