Commit d5c62af0 by Johannes Edmeier

Update docs to current version

parent c539e627
...@@ -32,12 +32,12 @@ Add the following dependency to your pom.xml. ...@@ -32,12 +32,12 @@ Add the following dependency to your pom.xml.
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId> <artifactId>spring-boot-admin-server</artifactId>
<version>1.2.3</version> <version>1.2.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui</artifactId> <artifactId>spring-boot-admin-server-ui</artifactId>
<version>1.2.3</version> <version>1.2.4</version>
</dependency> </dependency>
``` ```
...@@ -74,7 +74,7 @@ Each application that want to register itself to the admin application has to in ...@@ -74,7 +74,7 @@ Each application that want to register itself to the admin application has to in
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId> <artifactId>spring-boot-admin-starter-client</artifactId>
<version>1.2.3</version> <version>1.2.4</version>
</dependency> </dependency>
``` ```
Inside your configuration (e.g. application.properties) you also have to define the URL of the Spring Boot Admin Server, e.g. Inside your configuration (e.g. application.properties) you also have to define the URL of the Spring Boot Admin Server, e.g.
......
...@@ -8,12 +8,12 @@ Add the following dependency to your pom.xml. ...@@ -8,12 +8,12 @@ Add the following dependency to your pom.xml.
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId> <artifactId>spring-boot-admin-server</artifactId>
<version>1.2.3</version> <version>1.2.4</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui</artifactId> <artifactId>spring-boot-admin-server-ui</artifactId>
<version>1.2.3</version> <version>1.2.4</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