Skip to content

Commit 09b0f72

Browse files
update readme
1 parent 013137b commit 09b0f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-capitalize-names/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=com.codenotfound%3Aspring-batch-capitalize-names&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.codenotfound%3Aspring-batch-capitalize-names)
44

5-
Spring Batch capitalize names example.
5+
A basic Spring Batch example that converts person names into upper case. The input is a CSV file that contains comma separated first and last names. The output is a text file that contains comma separated first and last names that are all in upper case.
66

77
[https://www.codenotfound.com/spring-batch/](https://www.codenotfound.com/spring-batch/)

0 commit comments

Comments
 (0)