[스프링 데이터]_11_Neo4j

less than 1 minute read

스프링 데이터 11부: Neo4j

Neo4j는 노드간의 연관 관계를 영속화하는데 유리한 그래프 데이터베이스 입니다.

의존성 추가

  • spring-boot-starter-data-neo4j

Neo4j 설치 및 실행 (도커)

  • docker run -p 7474:7474 -p 7687:7687 -d –name noe4j_boot neo4j
  • http://localhost:7474/browser

스프링 데이터 Neo4J

  • Neo4jTemplate (Deprecated)
  • SessionFactory
  • Neo4jRepository

스프링 데이터 12부: 정리

https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-sql