Tagged articles
15 articles
Page 1 of 1
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.

JavaSecuritySpring Boot
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.

Backend DevelopmentConfigurationMetrics
0 likes · 14 min read
Guide to Setting Up Spring Boot Admin for Monitoring 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.

JavaOperationsSpring Boot
0 likes · 12 min read
How to Build an Operations Monitoring Platform with Spring Boot Admin
Alibaba Cloud Native
Alibaba Cloud Native
Apr 10, 2021 · Backend Development

Integrating Arthas with Spring Boot Admin: Live Debugging, JMX Management, and Hot Code Updates

This guide explains how to embed the Arthas Java diagnostic console into Spring Boot Admin, covering project setup, Maven resource configuration, external view linking, custom Spring MVC controllers, Arthas Spring Boot plugin adjustments, and JMX exposure via Spring Actuator, along with practical usage notes and known limitations.

ArthasHot Code UpdateJava Diagnostics
0 likes · 12 min read
Integrating Arthas with Spring Boot Admin: Live Debugging, JMX Management, and Hot Code Updates
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
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.

ActuatorBackend DevelopmentJConsole
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.

Spring BootUpgrade Logdependency management
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.

JavaSpring Booteureka
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