Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ 정산 배치 구현 ] 주문 정보 정산 배치 프로그램 구현 #19

Open
IMWoo94 opened this issue Mar 13, 2024 · 1 comment
Open
Assignees

Comments

@IMWoo94
Copy link
Owner

IMWoo94 commented Mar 13, 2024

배달 플랫폼 정산 배치 프로그램 구현

  • 배달이 접수되고 처리가 되면서 가맹점 일일 정산과 주간 정산에 대한 정보를 배치 프로그램으로 구현
  • 배치 모듈을 별도로 구성하여 타 모듈에 영향이 없도록 구성

Spring Batch + Quartz

  • Spring Batch 를 통해서 손쉽게 배치 프로그램을 만들고 배치 작업에 대한 이력을 테이블로 관리
  • Batch 프로그램을 정해진 시간에 주기적으로 동작할 수 있도록 Quartz 로 스케줄러 관리
@IMWoo94 IMWoo94 added the 배치 label Mar 13, 2024
@IMWoo94 IMWoo94 self-assigned this Mar 13, 2024
@IMWoo94
Copy link
Owner Author

IMWoo94 commented Mar 20, 2024

완료

@IMWoo94 IMWoo94 added the 완료 label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant