A example of spring batch application - data read, process and write (store) from csv to db
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
Refactor application to remove AWS S3 and SQS dependencies, update batch processing to use local file uploads, and enhance job management features. Cleaned up unused components and adjusted configurations in pom.xml and application.properties.
40d39e9View on GitHubAdd WelcomeController to handle welcome messages for the application
f1dc204View on GitHubAdd Spring Boot Actuator dependency, create BatchJob entity and repository, implement job queue processing with DbQWorker and JobDoneMessageListener, and update JobController for batch job management. Remove unused user processing components and add README for project overview.
d97f27eView on GitHubMerge branch 'main' of https://github.com/sanajitjana/Spring-Batch-Application
0424a25View on GitHubRefactor project to implement AWS S3 and SQS integration. Updated dependencies in pom.xml, added AWS configuration, batch processing components, and job management features. Introduced new entities, services, and controllers for handling batch jobs and file uploads. Removed unused user reader and writer configurations.
1d8e351View on GitHub