Skip to content

jittagornp/spring-boot-reactive-neo4j-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring-boot Reactive Neo4j Example

ตัวอย่าง Spring-boot Reactive Neo4j Graph Database

Prerequisites

Data

  • /src/main/resources/data

Steps

1. แก้ Config

/src/main/resources/application.properties

org.neo4j.driver.uri=neo4j://<SERVER_IP>:7687
org.neo4j.driver.authentication.username=<DATABASE_USERNAME>
org.neo4j.driver.authentication.password=<DATABASE_PASSWORD>

2. Build

$ mvn clean install

3. Run

$ mvn spring-boot:run 

เรียนรู้เพิ่มเติมได้ที่

About

ตัวอย่าง Spring-boot Reactive Neo4j Graph Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages