- Triggered within the campaign management processes, this module executes bulk email notifications to the target audience using the Spring Batch architecture. The system relies on the Chunk-Oriented Processing model to ensure resource optimization and transactional integrity. Each cycle processes data in blocks of 100 records , enabling high-volume email delivery in a performant and controlled manner while minimizing database load.
- PostgreSQL
- URL:
http://localhost:5432 - Database:
batch_db - Username:
postgres - Password:
postgres
- URL:
# Mail Config
spring:
mail:
host: smtp.gmail.com
port: 587
username: <email>
password: <password>
properties:
mail:
smtp:
auth: true
starttls:
enable: truedocker-compose up -dThis project is licensed under the MIT License. See the LICENSE file for details
Created by Mehmet Furkan KAYA







