JAVA-142: Migrate spring-data-neo4j to com.baeldung
This commit is contained in:
parent
adc5675c61
commit
e12be0bd59
|
@ -1,8 +1,8 @@
|
|||
## Spring Data Neo4j
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to Spring Data Neo4j](http://www.baeldung.com/spring-data-neo4j-intro)
|
||||
- [A Guide to Neo4J with Java](http://www.baeldung.com/java-neo4j)
|
||||
- [Introduction to Spring Data Neo4j](https://www.baeldung.com/spring-data-neo4j-intro)
|
||||
- [A Guide to Neo4J with Java](https://www.baeldung.com/java-neo4j)
|
||||
|
||||
### Build the Project with Tests Running
|
||||
```
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung;
|
||||
package com.baeldung;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
Loading…
Reference in New Issue