Commit 8ce8e836 by Sbert

Correct ArtifactId for spring-boot-admin-starter-client

I think that there is an error on the artifac ID for spring-boot-admin-starter-client
parent 98185074
...@@ -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