Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 468 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 468 Bytes

SocialNetwork using neo4j

neo4j + springboot -> social network

Building multi-valued decision diagram from social network to evaluate the trust score from some one to the other.

Developing...

run

1.install neo4j

2.modify spring config src/main/resources/application.properties

# tomcat config
server.port=8080

# neo4j config
spring.data.neo4j.username=neo4j
spring.data.neo4j.password=root
spring.data.neo4j.uri=http://localhost:7474

3.run test