Giter Site home page Giter Site logo

使用V2.0分支,修改neo4j的配置后运行,报neo4j语法错误,使用的neo4j的版本是neo4j-community-3.0.7,麻烦作者帮忙解答下。 about spring-boot-db HOT 4 OPEN

chenfromsz avatar chenfromsz commented on July 1, 2024
使用V2.0分支,修改neo4j的配置后运行,报neo4j语法错误,使用的neo4j的版本是neo4j-community-3.0.7,麻烦作者帮忙解答下。

from spring-boot-db.

Comments (4)

sunmark avatar sunmark commented on July 1, 2024

在neo4j执行命令:
MATCH (n:Movie) WHERE n.title = { title_0 } WITH n RETURN n,[ [ (n)-[r_角1:角色]->(a1:Actor) | [ r_角1, a1 ] ] ], ID(n)

报同样的错误:
MacHi 2019-07-21 01-31-07

from spring-boot-db.

chenfromsz avatar chenfromsz commented on July 1, 2024

Cypher 语法错误,没有这个“|”运算符啊,错误信息已经很清楚了。

from spring-boot-db.

sunmark avatar sunmark commented on July 1, 2024

我的意思是使用你V2.0分支运行的为啥会有没有“|”这个运算符的报错,没有想太明白

from spring-boot-db.

chenfromsz avatar chenfromsz commented on July 1, 2024

那要看是不是在debug方式运行,才会有完整的报错信息。其实从你贴出的信息也可以看到了:
org.springframework.dao.InvalidDataAccessResourceUsageException: Error executing Cypher

from spring-boot-db.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.