We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment:
Describe the bug
spring boot 3.3.1 使用Bolt客户端 neo4j-java-driver 5.27.0 结合spring data neo4j 7 链接
spring-boot 3以后的spring data不支持 4.4.x driver
Could not open a new Neo4j session: Receive BoltMsg Begin, but explicit transactions are not currently supported.
The text was updated successfully, but these errors were encountered:
先不要使用最新的 neo4j-java-driver 5.27.0,可以试下比5.27.0 低几个小版本号的5.x驱动。最新的driver新增了一些特性,还没有兼容。
Sorry, something went wrong.
No branches or pull requests
Environment:
Describe the bug
spring boot 3.3.1
使用Bolt客户端 neo4j-java-driver 5.27.0 结合spring data neo4j 7 链接
spring-boot 3以后的spring data不支持 4.4.x driver
Could not open a new Neo4j session: Receive BoltMsg Begin, but explicit transactions are not currently supported.
The text was updated successfully, but these errors were encountered: