Hello, I have been trying for 1 months operating cineasts project.
https://github.com/SpringSource/spring-data-neo4j/tree/master/spring-data-neo4j-examples/cineasts
Has anyone actually functional?
What I have done:
1. Import maven project with Eclipse Juno
2. change broken repositories. Code1*
3. run maven with the commands: compile, install, verify, test, jetty:run
My main concern is the code that is commented:
<!-- neo4j:config
graphDatabaseService="graphDatabaseService"/>
<bean
id="graphDatabaseService"
class="org.springframework.data.neo4j.rest.SpringRestGraphDatabase">
<constructor-arg
value="http://localhost:7474"/>
</bean-->
If this
commented as I have to throw Neo4j, externally to the project? That is, run
from windows?
And if so, that used the generated folder called taget / data / graph.db
other question,
themoviedb.org api that comes in the code, I have to create my own user?
Because if worked well where I could see objects brought from the database?
If someone
helps me, aportate a mini-guide for newbies. That sure there are more like me.
Sorry for my
English.
------------------
code1*
<repository>
<id>spring-maven-release</id>
<name>Spring Maven Release Repository</name>
<url>http://repo.springsource.org/release/</url>
<!--
url>http://maven.springframework.org/release</url-->
</repository>
<!-- For testing against latest Spring snapshots
-->
<repository>
<id>spring-maven-snapshot</id>
<name>Spring Maven Snapshot Repository</name>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>http://repo.springsource.org/snapshot/</url>
<!--
url>http://maven.springframework.org/snapshot</url-->
</repository>
<!-- For developing against latest Spring
milestones -->
<repository>
<id>spring-maven-milestone</id>
<name>Spring Maven Milestone Repository</name>
<url>http://repo.springsource.org/milestone/</url>
<!--
url>http://maven.springframework.org/milestone</url-->
</repository>
<repository>
<id>neo4j-snapshot-repository</id>
<name>Neo4j Maven 2 snapshot repository</name>
<!--
url>http://m2.neo4j.org/snapshots</url-->
<url>http://m2.neo4j.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.