Harries / springboot-demo

a simple springboot demo with some components for example: redis,solr,rockmq and so on.
http://www.liuhaihua.cn/type/2459.html
MIT License
110 stars 60 forks source link

neo4j Class Not Found #3

Open yuong2015 opened 3 weeks ago

yuong2015 commented 3 weeks ago

edu.stanford.nlp.trees.TreeGraphNode this class not found

Harries commented 3 weeks ago

add Maven dependency in the pom.xml and excute “mvn install ”

     <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-neo4j</artifactId>
        </dependency>

        <dependency>
            <groupId>com.hankcs</groupId>
            <artifactId>hanlp</artifactId>
            <version>portable-1.2.4</version>
        </dependency>
        <dependency>
            <groupId>edu.stanford.nlp</groupId>
            <artifactId>stanford-parser</artifactId>
            <version>3.3.1</version>
        </dependency>