https://github.com/pieterclaerhout/kotlin-batch-processing
Example on using Spring Batch with Kotlin
https://github.com/pieterclaerhout/kotlin-batch-processing
java kotlin spring spring-batch spring-batch-jobs spring-boot
Last synced: 2 months ago
JSON representation
Example on using Spring Batch with Kotlin
- Host: GitHub
- URL: https://github.com/pieterclaerhout/kotlin-batch-processing
- Owner: pieterclaerhout
- Created: 2021-05-21T06:29:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T06:14:26.000Z (about 2 years ago)
- Last Synced: 2025-07-09T21:17:52.380Z (12 months ago)
- Topics: java, kotlin, spring, spring-batch, spring-batch-jobs, spring-boot
- Language: Kotlin
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin-batch-processing
Example on using Spring Batch with Kotlin
This is basically the Kotlin version of [this](https://spring.io/guides/gs/batch-processing/).