Tag

Spring Boot Admin

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 22, 2024 · Backend Development

Master Spring Boot Admin 3.2.3: Setup, Security, and Custom UI

This guide walks you through installing Spring Boot Admin 3.2.3, configuring both server and client sides, securing the dashboard with Spring Security, and customizing the UI with external links, dropdown menus, and branding.

Custom UIJavaSpring Boot
0 likes · 8 min read
Master Spring Boot Admin 3.2.3: Setup, Security, and Custom UI
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 27, 2023 · Backend Development

How to Set Up and Secure Spring Boot Admin Server & Client with Dynamic Logging

This guide walks through setting up a Spring Boot Admin server and client, adding security, configuring logging, displaying client IPs, and dynamically adjusting log levels via the SBA UI, providing complete Maven dependencies, Java configuration classes, and YAML settings for a secure, observable Spring Boot ecosystem.

JavaSpring BootSpring Boot Admin
0 likes · 9 min read
How to Set Up and Secure Spring Boot Admin Server & Client with Dynamic Logging
Selected Java Interview Questions
Selected Java Interview Questions
Jun 13, 2022 · Backend Development

Guide to Setting Up Spring Boot Admin for Monitoring Spring Boot Applications

This article provides a step‑by‑step tutorial on installing and configuring Spring Boot Admin, including Maven dependencies, server and client setup, YML properties, security, Nacos registration, email notifications, custom health indicators, and Micrometer metrics to monitor Spring Boot services.

Spring BootSpring Boot Adminbackend development
0 likes · 14 min read
Guide to Setting Up Spring Boot Admin for Monitoring Spring Boot Applications
IT Services Circle
IT Services Circle
Feb 23, 2022 · Operations

Setting Up Spring Boot Admin to Monitor Spring Boot Applications

This guide explains how to create a Spring Boot Admin server, configure a Spring Boot client to register with it, enable Actuator for extended metrics, and view real‑time logs, providing a comprehensive monitoring solution for Java backend services.

ActuatorJavaSpring Boot
0 likes · 9 min read
Setting Up Spring Boot Admin to Monitor Spring Boot Applications
macrozheng
macrozheng
Jan 17, 2022 · Backend Development

Master Spring Boot Admin: Build, Configure, and Monitor Your Spring Boot Apps

This guide walks you through installing Spring Boot Admin, configuring a monitoring server, adding the client starter to a Spring Boot application, enabling Actuator for expanded metrics, and using SBA to view health, JVM, logs, and real‑time performance data across single or clustered services.

JavaSpring BootSpring Boot Admin
0 likes · 9 min read
Master Spring Boot Admin: Build, Configure, and Monitor Your Spring Boot Apps
DataFunSummit
DataFunSummit
Dec 29, 2021 · Operations

How to Build an Operations Monitoring Platform with Spring Boot Admin

This article explains what Spring Boot Admin is, walks through creating a server and client to monitor Spring Boot applications, shows how to configure ports, enable the admin UI, and set up email and custom alert notifications for operational health monitoring.

JavaSpring BootSpring Boot Admin
0 likes · 12 min read
How to Build an Operations Monitoring Platform with Spring Boot Admin
Java Architecture Diary
Java Architecture Diary
Aug 24, 2020 · Backend Development

Why Is Spring Boot Admin’s HTTP Trace Missing? How to Restore It

This article explains why the HTTP trace feature disappears in Spring Boot Admin after version 2.2.x, details the investigation steps that reveal the default disabling of the InMemoryHttpTraceRepository, and recommends using third‑party tracing solutions such as Prometheus with Grafana for observable metrics.

GrafanaHTTP TraceObservability
0 likes · 3 min read
Why Is Spring Boot Admin’s HTTP Trace Missing? How to Restore It
Java Architecture Diary
Java Architecture Diary
Aug 11, 2020 · Backend Development

What’s New in Spring Boot Admin 2.3.0? Key Features and Upgrade Guide

Spring Boot Admin 2.3.0, built on Spring Boot 2.3.x and Spring Cloud Hoxton.SR7, introduces i18n support, metadata configuration, request‑body caching, a new ApplicationRegistrator interface, MBean name display improvements, and enhanced alarm notifications, with full dependency details and demo screenshots provided.

JavaRelease NotesSpring Boot
0 likes · 2 min read
What’s New in Spring Boot Admin 2.3.0? Key Features and Upgrade Guide
Architect's Tech Stack
Architect's Tech Stack
Jul 30, 2020 · Operations

Spring Boot Admin 2.2.4 Released – Bug Fixes and Compatibility with Spring Boot 2.3.x

Spring Boot Admin version 2.2.4 has been released as a bug‑fix update that adds compatibility with Spring Boot 2.3.x, includes a brief overview of its monitoring capabilities, provides Maven dependency snippets, and lists the resolved issues and a link to the GitHub repository.

Spring Boot Adminbackend developmentmaven
0 likes · 3 min read
Spring Boot Admin 2.2.4 Released – Bug Fixes and Compatibility with Spring Boot 2.3.x
Architect's Tech Stack
Architect's Tech Stack
Jun 30, 2020 · Backend Development

Using Spring Boot Actuator and Spring Boot Admin for Application Monitoring

This article explains how to integrate Spring Boot Actuator for exposing health and metrics endpoints, configure security, disable specific endpoints, and visualize monitoring data using JConsole and Spring Boot Admin, including necessary Maven dependencies and code examples, while also noting a promotional interview‑question PDF resource.

ActuatorJConsoleSpring Boot
0 likes · 7 min read
Using Spring Boot Actuator and Spring Boot Admin for Application Monitoring
Java Architecture Diary
Java Architecture Diary
May 14, 2020 · Backend Development

What’s New in Spring Boot Admin 2.2.3? Key Upgrade Details and Dependency Info

This article lists the Maven dependencies for Spring Boot Admin 2.2.3 and outlines the upgrade changes, including Spring Boot 2.2.7, Spring Cloud Hoxton.SR4, Portuguese language support, customizable pages, language set extensions, InstanceEvents deserialization improvements, and fixes for custom CSS/JS loading issues.

InternationalizationSpring BootSpring Boot Admin
0 likes · 2 min read
What’s New in Spring Boot Admin 2.2.3? Key Upgrade Details and Dependency Info
macrozheng
macrozheng
Aug 30, 2019 · Backend Development

How to Build and Secure a Spring Boot Admin Dashboard with Eureka Integration

This tutorial walks through setting up Spring Boot Admin as a monitoring server and client, integrating it with Eureka for service discovery, adding Spring Security for authentication, and configuring email and custom notifications, complete with Maven and YAML configurations and Java code examples.

EurekaJavaSpring Boot
0 likes · 23 min read
How to Build and Secure a Spring Boot Admin Dashboard with Eureka Integration
Java Architecture Diary
Java Architecture Diary
Apr 18, 2019 · Backend Development

How to Enable Nacos Service Discovery with Spring Boot Admin After Startup

After integrating Nacos as the service registry with Spring Boot Admin, the author discovered that only services started before the admin were monitored, examined how Eureka and Consul handle HeartbeatEvent, and resolved the issue by copying and configuring NacosWatch code from the official spring‑cloud‑alibaba repository, enabling automatic service registration.

JavaNacosSpring Boot Admin
0 likes · 3 min read
How to Enable Nacos Service Discovery with Spring Boot Admin After Startup