# spring-boot-admin
**Repository Path**: dhd_index/spring-boot-admin
## Basic Information
- **Project Name**: spring-boot-admin
- **Description**: Spring Boot Admin 是用来管理 Spring Boot 应用程序的一个简单的界面
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 58
- **Created**: 2020-06-20
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
codecentric's Spring Boot Admin
===============================
[](https://www.apache.org/licenses/LICENSE-2.0.txt)
[](https://travis-ci.org/codecentric/spring-boot-admin)
[](https://coveralls.io/github/codecentric/spring-boot-admin?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/de.codecentric/spring-boot-admin/)
[](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") applications.
It provides the following features for registered applications.
* Show health status
* Show details, like
* JVM & memory metrics
* micrometer.io metrics
* Datasource metrics
* Cache metrics
* Show build-info number
* Follow and download logfile
* View jvm system- & environment-properties
* View Spring Boot Configuration Properties
* Support for Spring Cloud's postable /env- &/refresh-endpoint
* Easy loglevel management
* Interact with JMX-beans
* View thread dump
* View http-traces
* View auditevents
* View http-endpoints
* View scheduled tasks
* View and delete active sessions (using spring-session)
* View Flyway / Liquibase database migrations
* Download heapdump
* Notification on status change (via e-mail, Slack, Hipchat, ...)
* Event journal of status changes (non persistent)
## Getting Started
[A quick guide](http://codecentric.github.io/spring-boot-admin/2.2.3/#getting-started) 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
[Version 2.1.6](http://codecentric.github.io/spring-boot-admin/2.1.6/)
[Version 2.0.6](http://codecentric.github.io/spring-boot-admin/2.0.6/)
[Version 1.5.7](http://codecentric.github.io/spring-boot-admin/1.5.7/)
## 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 sonatype snapshot repository by adding the following to your `repositories`:
```xml
sonatype-nexus-snapshots
Sonatype Nexus Snapshots
https://oss.sonatype.org/content/repositories/snapshots/
true
false
```
## Screenshots

*Dashboard with desktop notifications*

*View application health, info and details*

*View metric counters and gauges*

*View logfile (with follow)*

*View and change Spring environment (via Spring Cloud)*

*Manage Logback logger levels*

*View and use JMX beans via jolokia*

*View thread dump*

*View http request traces*

*View history of registered applications*
## Build
**Requirements:**
* [Node.js v8.x (LTS)](https://nodejs.org/en/download/)
* JDK >= 1.8
Please make sure you set `$JAVA_HOME` points to the correct JDK and that the `node` and `npm` commands are on your `$PATH`.
```shell
./mvnw clean package
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) file.