updated readme

This commit is contained in:
Michael Hunger
2011-03-01 09:06:23 +01:00
parent 93585c99c6
commit 1dcb595ed5

View File

@@ -108,7 +108,7 @@ Spring Configuration:
<bean class="org.springframework.data.graph.neo4j.config.Neo4jConfiguration"/>
<bean class="org.springframework.context.annotation.ConfigurationClassPostProcessor"/>
<bean id="graphDatabaseService" class="org.neo4j.kernel.EmbeddedGraphDatabase" destroy-method="shutdown">
<constructor-arg index="0" value="target/config-test"/>
<constructor-arg index="0" value="target/config-test"/>
</bean>
* Annotate your entity class. In this case it is a 'World' class that has a relationship to other worlds that are reachable by rocket travel: