Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecentric/spring-boot-admin
Admin UI for administration of spring boot applications
https://github.com/codecentric/spring-boot-admin
java spring spring-boot spring-boot-admin spring-cloud
Last synced: 11 days ago
JSON representation
Admin UI for administration of spring boot applications
- Host: GitHub
- URL: https://github.com/codecentric/spring-boot-admin
- Owner: codecentric
- License: apache-2.0
- Created: 2014-07-25T11:39:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T11:26:01.000Z (14 days ago)
- Last Synced: 2024-10-25T13:05:04.981Z (14 days ago)
- Topics: java, spring, spring-boot, spring-boot-admin, spring-cloud
- Language: Java
- Homepage:
- Size: 68.9 MB
- Stars: 12,370
- Watchers: 648
- Forks: 3,075
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- StarryDivineSky - codecentric/spring-boot-admin
README
# Spring Boot Admin by [codecentric](https://codecentric.de)
[![Apache License 2](https://img.shields.io/badge/license-ASF2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
![Build Status](https://github.com/codecentric/spring-boot-admin/actions/workflows/build-main.yml/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/codecentric/spring-boot-admin/branch/master/graph/badge.svg?token=u5SWsZpj5S)](https://codecov.io/gh/codecentric/spring-boot-admin)
[![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/)
[![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)This community project provides an admin interface for [Spring Boot ®](http://projects.spring.io/spring-boot/ "Official Spring-Boot website") web applications that expose actuator endpoints.
Monitoring Python applications is available using [Pyctuator](https://github.com/SolarEdgeTech/pyctuator).
## Compatibility Matrix
In the Spring Boot Admin Server App, the Spring Boot Admin's version matches the major and minor versions of Spring Boot.| Spring Boot Version | Spring Boot Admin |
|---------------------|-------------------|
| 2.7 | 2.7.Y |
| 3.0 | 3.0.Y |
| ... | ... |
| 3.3 | 3.3.Y |Nevertheless, it is possible to monitor any version of a Spring Boot service independently of the underlying Spring Boot version in the service.
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.## Getting Started
[A quick guide](https://docs.spring-boot-admin.com/current/getting-started.html) to get started can be found in our docs.
There are introductory talks available on YouTube:
**Cloud Native Spring Boot® Admin by Johannes Edmeier @ Spring I/O 2019**
**Monitoring Spring Boot® Applications with Spring Boot Admin @ Spring I/O 2018**
**Spring Boot® Admin - Monitoring and Configuring Spring Boot Applications at Runtime**## Getting Help
Having trouble with codecentric's Spring Boot Admin? We’d like to help!
* Check the [reference documentation](http://codecentric.github.io/spring-boot-admin/current/).
* Ask a question on [stackoverflow.com](http://stackoverflow.com/questions/tagged/spring-boot-admin) - we monitor questions tagged with `spring-boot-admin`.
* Ask for help in our [spring-boot-admin Gitter chat](https://gitter.im/codecentric/spring-boot-admin)
* Report bugs at http://github.com/codecentric/spring-boot-admin/issues.
## Reference Guide
### Translated versions
The following reference guides have been translated by users of Spring Boot Admin and are not part of the official bundle.
The maintainers of Spring Boot Admin will not update and maintain the guides mentioned below.[Version 2.6.6 (Chinese translated by @qq253498229)](https://consolelog.gitee.io/docs-spring-boot-admin-docs-chinese/)
## Trademarks and licenses
The source code of codecentric's Spring Boot Admin is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)Spring, Spring Boot and Spring Cloud are trademarks of [Pivotal Software, Inc.](https://pivotal.io/) in the U.S. and other countries.
## Snapshot builds
You can access snapshot builds from the github snapshot repository by adding the following to your `repositories`:
```xmlsba-snapshot
Spring Boot Admin Snapshots
https://maven.pkg.github.com/codecentric/spring-boot-admin
true
false
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) file.