Review
In the previous section, we have implemented the Java classes and discussed the Neo4j service. In this section, we will write the configuration files for enabling Spring MVC and Neo4j support.Table of Contents
Part 1: Introduction and Functional SpecsPart 2: Java classes
Part 3: XML configuration
Part 4: HTML (with AJAX)
Part 5: Running the Application
Configuration
To enable Neo4j support, we need to declare the following beans- a Spring Data Neo4j repository
- a Neo4j store directory
- Optionally, we declared an InitNeo4jService to automatically populate our database with sample data (currently disabled)
Finally, here's our applicationContext.xml file
Next
In the next section, we will create the HTML and JavaScript files. Click here to proceed.|
Share the joy:
|
this post was very helpful to start with
ReplyDelete