You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-34Lines changed: 41 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@
23
23
24
24
This comprehensive starter kit is designed specifically for Spring Boot 3 and Spring Batch 5, providing a production-ready foundation for enterprise batch processing applications. It offers two main components:
25
25
26
-
## Skeleton Batch
26
+
###Skeleton Batch
27
27
A minimal, ready-to-use batch application where you can:
28
28
29
29
- Start development immediately by adding your business logic
30
30
- Focus on implementation without complex configuration
31
31
- Run in any environment with H2 in-memory database
32
32
33
-
## DB and CSV Batch
33
+
###DB and CSV Batch
34
34
A practical example implementing common batch operations:
35
35
36
36
- Export data from database to CSV with customizable queries
@@ -41,7 +41,7 @@ Both components are built with industry best practices and utilize the latest Sp
0 commit comments