MCPcopy Index your code
hub / github.com/codecentric/spring-boot-admin

github.com/codecentric/spring-boot-admin @4.1.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 4.1.1 ↗ · + Follow
2,734 symbols 11,363 edges 600 files 162 documented · 6% 40 cross-repo links updated 1d ago4.1.1 · 2026-06-19★ 12,84338 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Spring Boot Admin by codecentric

Apache License 2 Build Status codecov Maven Central Version

This community project provides an admin interface for Spring Boot ® web applications that expose actuator endpoints.

Monitoring Python applications is available using 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
4.0 4.0.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 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

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)

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 github snapshot repository by adding the following to your repositories:

<repository>
    <id>sba-snapshot</id>
    <name>Spring Boot Admin Snapshots</name>
    <url>https://maven.pkg.github.com/codecentric/spring-boot-admin</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
    <releases>
        <enabled>false</enabled>
    </releases>
</repository>

Contributing

See CONTRIBUTING.md file.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 1,957
Class 470
Function 270
Interface 33
Enum 4

Languages

Java82%
TypeScript18%

Modules by API surface

spring-boot-admin-server-ui/src/main/frontend/services/instance.ts63 symbols
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/config/AdminServerNotifierAutoConfiguration.java42 symbols
spring-boot-admin-server/src/test/java/de/codecentric/boot/admin/server/web/client/InstanceExchangeFilterFunctionsTest.java36 symbols
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/config/AdminServerInstanceWebClientConfiguration.java32 symbols
spring-boot-admin-server/src/test/java/de/codecentric/boot/admin/server/config/AdminServerNotifierAutoConfigurationTest.java29 symbols
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/web/client/LegacyEndpointConverters.java28 symbols
spring-boot-admin-server-ui/src/main/frontend/services/application.ts28 symbols
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/notify/FeiShuNotifier.java27 symbols
spring-boot-admin-server-cloud/src/main/java/de/codecentric/boot/admin/server/cloud/discovery/InstanceDiscoveryListener.java27 symbols
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/notify/MicrosoftTeamsNotifier.java25 symbols
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/notify/OpsGenieNotifier.java24 symbols
spring-boot-admin-client/src/main/java/de/codecentric/boot/admin/client/registration/DefaultApplicationFactory.java22 symbols

Dependencies from manifests, versioned

com.google.code.findbugs:jsr305
com.puppycrawl.tools:checkstyle
de.codecentric:spring-boot-admin-client
de.codecentric:spring-boot-admin-sample-custom-ui
de.codecentric:spring-boot-admin-server
de.codecentric:spring-boot-admin-server-cloud
de.codecentric:spring-boot-admin-server-ui
de.codecentric:spring-boot-admin-starter-client
de.codecentric:spring-boot-admin-starter-server
io.netty:netty-tcnative-boringssl-static

Datastores touched

(mongodb)Database · 1 repos
adminDatabase · 1 repos

For agents

$ claude mcp add spring-boot-admin \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page