spring-guides / spring-guides/gs-batch-processing
Spring Batch JDBC depency is needed, not Spring Batch
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 267
- Forks
- 435
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
issue
README.adoc and link for pre-initialized project refer to Spring Batch as depency
However Spring Batch JDBC is needed
(as used in https://github.com/spring-guides/gs-batch-processing/blob/main/complete/pom.xml)
possible solution
change the following in README.adoc
-
change link for pre-initialized project to
https://start.spring.io/#!type=maven-project&groupId=com.example&artifactId=batch-processing&name=batch-processing&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.batch-processing&dependencies=batch-jdbc,hsql -
change section 'To manually initialize the project:'
from Click Dependencies and select Spring Batch and HyperSQL Database.
to Click Dependencies and select Spring Batch JDBC and HyperSQL Database.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open README.adoc and inspect the pre-initialized project link and the “To manually initialize the project” section. Update both references to use Spring Batch JDBC as specified in the issue, then verify the link and dependency wording match the requested values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100