Skip to content

Commit 7008a98

Browse files
authored
Add note about Spring data and mapstruct
1 parent 1c82f0d commit 7008a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See these open tickets:
1313

1414
This project aims to solve this problem for Neo4j. It offers ready to use Spring Batch metadata persistence adapter
1515
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.
1717

1818
# Importing it to your project
1919

0 commit comments

Comments
 (0)