Commit 0346c9a5 by Johannes Stelzer

Merge pull request #59 from sbert/patch-1

Correct ArtifactId for spring-boot-admin-starter-client
parents 98185074 8ce8e836
...@@ -69,7 +69,7 @@ Each application that want to register itself to the admin application has to in ...@@ -69,7 +69,7 @@ Each application that want to register itself to the admin application has to in
```xml ```xml
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-starter-admin-client</artifactId> <artifactId>spring-boot-admin-starter-client</artifactId>
<version>1.2.0</version> <version>1.2.0</version>
</dependency> </dependency>
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment