Spring Boot Admin Server Login UI


License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

de.codecentric
ArtifactId

ArtifactId

spring-boot-admin-server-ui-login
Last Version

Last Version

1.5.7
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Admin Server Login UI
Spring Boot Admin Server Login UI
Project Organization

Project Organization

codecentric AG

Download spring-boot-admin-server-ui-login

How to add to project

<!-- https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-server-ui-login/ -->
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>spring-boot-admin-server-ui-login</artifactId>
    <version>1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-server-ui-login/
implementation 'de.codecentric:spring-boot-admin-server-ui-login:1.5.7'
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-server-ui-login/
implementation ("de.codecentric:spring-boot-admin-server-ui-login:1.5.7")
'de.codecentric:spring-boot-admin-server-ui-login:jar:1.5.7'
<dependency org="de.codecentric" name="spring-boot-admin-server-ui-login" rev="1.5.7">
  <artifact name="spring-boot-admin-server-ui-login" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-server-ui-login', version='1.5.7')
)
libraryDependencies += "de.codecentric" % "spring-boot-admin-server-ui-login" % "1.5.7"
[de.codecentric/spring-boot-admin-server-ui-login "1.5.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

codecentric's Spring Boot Admin

Apache License 2 Build Status Build Status Coverage Status Maven Central Gitter

This community project provides an admin interface for Spring Boot ® applications.

Monitoring Python applications is available using Pyctuator.

Spring Boot Admin 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 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
Cloud Native Spring Boot® Admin by Johannes Edmeier @ Spring I/O 2019

Monitoring Spring Boot® Applications with Spring Boot Admin @ Spring I/O 2018
Monitoring Spring Boot® Applications with Spring Boot Admin @ Spring I/O 2018

Spring Boot® Admin - Monitoring and Configuring Spring Boot Applications at Runtime
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!

Reference Guide

Version 2.3.1

Version 2.2.4

Version 1.5.7

Trademarks and licenses

The source code of codecentric's Spring Boot Admin is licensed under Apache License 2.0

Spring, Spring Boot and Spring Cloud are trademarks of Pivotal Software, Inc. 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:

<repository>
	<id>sonatype-nexus-snapshots</id>
	<name>Sonatype Nexus Snapshots</name>
	<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
	<snapshots>
		<enabled>true</enabled>
	</snapshots>
	<releases>
		<enabled>false</enabled>
	</releases>
</repository>

Screenshots

Screenshot application list Dashboard with desktop notifications

Screenshot details View application health, info and details

Screenshot metrics View metric counters and gauges

Screenshot logfile View logfile (with follow)

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

Screenshot logging Manage Logback logger levels

Screenshot jmx View and use JMX beans via jolokia

Screenshot threads View thread dump

Screenshot traces View http request traces

Screenshot journal View history of registered applications

Build

Requirements:

Please make sure you set $JAVA_HOME points to the correct JDK and that the node and npm commands are on your $PATH.

./mvnw clean package

Contributing

See CONTRIBUTING.md file.

de.codecentric

codecentric AG

Versions

Version
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0