neo4j + semantic web
- Download, install and start Neo4j Server.
- open the web-interface at
http://localhost:7474
- configure a username and password if you haven’t already.
- clone this project from GitHub
- update
src/main/resources/application.properties
with the username and password you set above. - run the project with
mvn spring-boot:run