cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

GreenAsJade
Node Link
since ‎09-07-2019
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

I have an entity with an array of rich relationships, like this: @NodeEntity public class User { @Transient private static final Logger log = LoggerFactory.getLogger(User.class); @Id @GeneratedValue Long id; @Relationship(type = "P...
I am using Spring Data Neo4j with Springboot, and the application works. However, I have a raft of warnings on startup that I'd like to get rid of if possible. 2019-09-08 14:15:20.788 WARN 10121 --- [ restartedMain] o.s.d.n.mapping.Neo4jPersistentP...
I'm currently building a "Joseki Dictionary" for the game of Go. Joseki seem like a tree of positions with relationships, so neo was an interesting implementation tool to try. The back end is written in Java using Spring Data Neo4j.
Kudos from