status-update jar 로직 추가

This commit is contained in:
2026-03-05 11:12:51 +09:00
parent 0e288777fe
commit e833173756
330 changed files with 10641 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# GUKYUIN STATUS UPDATE
> 국유인 등록 및 pnu 연동 후, pnu cnt + 상태 업데이트 schedule
## 📋 프로젝트 소개
**status-update**는 국유인 등록 및 pnu 연동 후, pnu cnt + 상태 업데이트 schedule 입니다.
## 🚀 시작하기
GukYuinApiStatusJobService 의 findGukYuinPnuCntUpdate 메소드가 매일 00:00에 schedule 실행됨
```bash
./gradlew spotlessApply
```
```bash
./gradlew clean build
```
```bash
Java -jar status-update.jar \
```
### 필수 요구사항
- Java 21 (JDK 21)
- PostgreSQL 12+ (PostGIS 확장 필요)
- Gradle 8.x (또는 Gradle Wrapper 사용)
- Docker & Docker Compose (선택사항)