Skip to content

Commit 8c933b7

Browse files
committed
docs: update README to reflect Maven Central badge and Spring Boot version support
1 parent 775c624 commit 8c933b7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
[![Apache License 2](https://img.shields.io/badge/license-ASF2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
33
![Build Status](https://github.com/codecentric/spring-boot-admin/actions/workflows/build-main.yml/badge.svg?branch=master)
44
[![codecov](https://codecov.io/gh/codecentric/spring-boot-admin/branch/master/graph/badge.svg?token=u5SWsZpj5S)](https://codecov.io/gh/codecentric/spring-boot-admin)
5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.codecentric/spring-boot-admin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.codecentric/spring-boot-admin/)
6-
[![Gitter](https://badges.gitter.im/codecentric/spring-boot-admin.svg)](https://gitter.im/codecentric/spring-boot-admin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
5+
![Maven Central Version](https://img.shields.io/maven-central/v/de.codecentric/spring-boot-admin)
76

87
This community project provides an admin interface for [Spring Boot <sup>®</sup>](http://projects.spring.io/spring-boot/ "Official Spring-Boot website") web applications that expose actuator endpoints.
98

@@ -16,8 +15,7 @@ In the Spring Boot Admin Server App, the Spring Boot Admin's version matches the
1615
|---------------------|-------------------|
1716
| 2.7 | 2.7.Y |
1817
| 3.0 | 3.0.Y |
19-
| ... | ... |
20-
| 3.3 | 3.3.Y |
18+
| 4.0 | 4.0.Y |
2119

2220
Nevertheless, it is possible to monitor any version of a Spring Boot service independently of the underlying Spring Boot version in the service.
2321
Hence, it is possible to run Spring Boot Admin Server version 2.6 and monitor a service that is running on Spring Boot 2.3 using Spring Boot Admin Client version 2.3.

0 commit comments

Comments
 (0)