neo4j的java api怎么能够使得创建多条边以后才提交一个事务
通过List<RelationShip> 然后里面定义好startNode,endNode 通过repository里的save(List<mode>)方法保存就是批量提交