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.

apilipchyk
Node
since ‎01-13-2021
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi) When I try to use findAll or findById repository methods I haven't get result (I have get java heap space error) Spring Boot version 2.4.1 I use spring-boot-starter-data-neo4j My entities: @Data @Node("Template") public class TemplateEntity { ...