File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55# Purpose
66
7- Currently, the support of NoSQL databases in Spring-Batch is limited ItemReader/ItemWriter for Neo4j and Mongo.
8- This means that to persist state of Spring-Batch job you would need to have RDMBS database even if you don't need it.
7+ Currently, the support of NoSQL databases in Spring-Batch is limited to ItemReader/ItemWriter for Neo4j and Mongo.
8+ This means that to persist state of Spring-Batch job you would need to have an RDMBS database even if you don't need it.
99See these open tickets:
1010
1111 - https://github.com/spring-projects/spring-batch/issues/877
@@ -161,5 +161,5 @@ All repositories are provided by:
161161)
162162```
163163
164- This way, all of them are configured using same spring configuration as you have for your own
165- Neo4 -repositories.
164+ This way, all of them are configured using the same Spring-Data configuration as you have for your own
165+ Neo4j -repositories.
You can’t perform that action at this time.
0 commit comments