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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ See these open tickets:
13
13
14
14
This project aims to solve this problem for Neo4j. It offers ready to use Spring Batch metadata persistence adapter
15
15
for the Neo4j database. This adapter allows Spring Batch to store its metadata directly in Neo4j so that
16
-
no RDBMS/SQL database is needed.
16
+
no RDBMS/SQL database is needed. It is built on top of Spring-Data for entity and repository abstraction and on top of MapStruct to map Spring Batch data structures to Spring-Data Neo4j entities. This way, the amount of boilerplate code to write was kept at the minimum level.
0 commit comments