pnu-update 스케줄 추가
This commit is contained in:
26
gukyuin/pnu-update/README.md
Normal file
26
gukyuin/pnu-update/README.md
Normal 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 (선택사항)
|
||||
Reference in New Issue
Block a user