# spring-boot-admin **Repository Path**: dazhou600/spring-boot-admin ## Basic Information - **Project Name**: spring-boot-admin - **Description**: Admin UI for administration of spring boot applications - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-10 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README spring-boot-admin ================= [![Apache License 2](https://img.shields.io/badge/license-ASF2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) [![Build Status](https://travis-ci.org/codecentric/spring-boot-admin.svg?branch=master)](https://travis-ci.org/codecentric/spring-boot-admin) [![Coverage Status](https://coveralls.io/repos/codecentric/spring-boot-admin/badge.svg)](https://coveralls.io/r/codecentric/spring-boot-admin) [![Codacy Badge](https://api.codacy.com/project/badge/grade/8fd7bac6edac417a8451387286fe6917)](https://www.codacy.com/app/joshiste/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/Join Chat.svg)](https://gitter.im/codecentric/spring-boot-admin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) This is a simple admin interface for [Spring Boot](http://projects.spring.io/spring-boot/ "Official Spring-Boot website") applications. This application provides a simple GUI to administrate Spring Boot applications in some ways. At the moment it provides the following features for every registered application. * Show name/id and version number * Show health status * Download main logfile * Show details, like * JVM & memory metrics * Counter & gauge metrics * Datasource metrics * Cache metrics * View Java, system- & environment-properties * Support for Spring Clouds postable /env- &/refresh-endpoint * Easy loglevel management (for Logback only) * Interact with JMX-beans * View threaddump * View traces * Mail and desktop notification on status change * Event journal of status changes (non persistent) ## Getting Started [A quick guide](http://codecentric.github.io/spring-boot-admin/1.3.2/#getting-started) to get started can be found in our docs. ## Reference Guide [Version 1.3.2](http://codecentric.github.io/spring-boot-admin/1.3.2/) [Version 1.3.0](http://codecentric.github.io/spring-boot-admin/1.3.0/) ## Screenshots ### Dashboard [](url "title") ### Details [](url "title") ### Environment [](url "title") ### Logging [](url "title") ### JMX [](url "title") ### Threads [](url "title") ### Trace [](url "title") ### Journal [](url "title") ## Snapshot builds You can access snapshot builds from the sonatype repository: ```xml sonatype-nexus-snapshots Sonatype Nexus Snapshots https://oss.sonatype.org/content/repositories/snapshots/ ``` ## Build In order to build spring-boot-admin you need to have node.js and npm on your `PATH`. ```shell mvn clean package ``` ## Set version for next release ```shell mvn versions:set versions:commit -DnewVersion=1.0.0-SNAPSHOT ```