我们正在使用spring-data-gemlin在图db上执行crud操作。 以下是我们使用的示例: https://github.com/microsoft/spring-data-gremlin/tree/master/examples/example
我刚刚替换了文件https://github.com/microsoft/spring-data-gremlin/blob/master/examples/example/src/main/java/example/springdata/gremlin/config/GremlinProperties.java中的序列化程序( GraphSONMessageSerializerV3d0 )
使用GraphSONMessageSerializerGremlinV1d0。在执行save()操作之前,还删除了deleteAll()调用。
在执行.save(graph)操作时,它引发以下异常:io.netty.handler.codec.DecoderException:org.apache.tinkerpop.gremlin.driver.ser.SerializationException:org.apache.tinkerpop.shaded.jackson。 databind.exc.UnrecognizedPropertyException:无法识别的字段“值”(类org.janusgraph.graphdb.relations.RelationIdentifier),未标记为可忽略(4个已知属性:“ inVertexId”,“ outVertexId”,“ relationId”,“ typeId”])