Fix groupId for Spring Boot starter in README.

This commit is contained in:
Bert Radke
2021-07-29 23:05:53 +02:00
committed by Michael Simons
parent 8dee56b242
commit 520bc7a11b

View File

@@ -46,7 +46,7 @@ If you are on https://spring.io/projects/spring-boot[Spring Boot], all you have
[source,xml,subs="verbatim,attributes"]
----
<dependency>
<groupId>{neo4jgroupId}</groupId>
<groupId>{groupIdStarter}</groupId>
<artifactId>{artifactIdStarter}</artifactId>
<version>{spring-data-neo4j-version}</version>
</dependency>