pnu-update 스케줄 추가

This commit is contained in:
2026-02-03 10:30:47 +09:00
parent fa0bec8747
commit 48882c9123
183 changed files with 9650 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# IMAGERY MAKE DATASET
> 국유인에 연동된 객체 조회하여 pnu update schedule
## 📋 프로젝트 소개
**pnu-upadte**는 국유인에 연동된 객체를 조회하여 pnu를 업데이트 하는 schedule 입니다.
## 🚀 시작하기
GukYuinApiPnuJobService 의 findGukYuinContListPnuUpdate 메소드가 매일 01:00분에 schedule 실행됨
```bash
./gradlew spotlessApply
```
```bash
./gradlew clean build
```
```bash
Java -jar pnu-update.jar \
```
### 필수 요구사항
- Java 21 (JDK 21)
- PostgreSQL 12+ (PostGIS 확장 필요)
- Gradle 8.x (또는 Gradle Wrapper 사용)
- Docker & Docker Compose (선택사항)