Tag

admin

0 views collected around this technical thread.

Top Architect
Top Architect
Jun 11, 2025 · Backend Development

How I Refactored a Bloated Open‑Source Admin into a Lean Backend Solution

The author shares a personal journey from early backend work to full‑stack responsibilities, critiques heavyweight admin frameworks, and explains how they rebuilt a lightweight enterprise admin using MyBatisPlus, Lombok, and streamlined architecture, while outlining future enhancements such as email, payment, multi‑tenant, and distributed scheduling.

JavaLombokMyBatisPlus
0 likes · 9 min read
How I Refactored a Bloated Open‑Source Admin into a Lean Backend Solution
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jul 2, 2024 · Backend Development

Enable Spring Boot Admin, Custom Exit Codes, and Startup Tracking

This guide shows how to activate Spring Boot's admin features via configuration, customize application shutdown with exit codes and DisposableBean, and monitor startup performance using ApplicationStartup and Actuator endpoints, all illustrated with practical code snippets and screenshots.

Application ExitBackend DevelopmentJMX
0 likes · 6 min read
Enable Spring Boot Admin, Custom Exit Codes, and Startup Tracking
Java Architecture Diary
Java Architecture Diary
Dec 20, 2021 · Backend Development

Spring Boot Admin 2.5.5 Released: New Features and Bug Fixes

Spring Boot Admin 2.5.5 is now available via Maven, bringing online restart support, Mac M1 compatibility, enhanced exception emails, paginated event logs, and several critical bug fixes including audit log loss and a log4j security issue.

ChangelogJavaMaven
0 likes · 2 min read
Spring Boot Admin 2.5.5 Released: New Features and Bug Fixes
Java Captain
Java Captain
Oct 15, 2020 · Backend Development

Base Admin: A Simple Generic Backend Management System with SpringBoot, Thymeleaf, and Layui

This article introduces Base Admin, a lightweight yet feature‑rich backend management system built with SpringBoot, Thymeleaf, WebSocket, Spring Security, MySQL and a Layui frontend, detailing its architecture, core modules, real‑time logging, monitoring, API encryption, and code‑generation utilities.

API EncryptionCode GenerationSpringBoot
0 likes · 6 min read
Base Admin: A Simple Generic Backend Management System with SpringBoot, Thymeleaf, and Layui
Java Architecture Diary
Java Architecture Diary
Jul 30, 2020 · Backend Development

What’s New in Spring Boot Admin 2.2.4? Full Bug‑Fix and Upgrade Guide

Spring Boot Admin 2.2.4 introduces a series of bug fixes and adds compatibility with Spring Boot 2.3.x, providing updated Maven dependencies, a detailed improvement list, and links to the GitHub repository for developers to upgrade their monitoring dashboards efficiently.

Bug FixesCompatibilityMaven Dependency
0 likes · 3 min read
What’s New in Spring Boot Admin 2.2.4? Full Bug‑Fix and Upgrade Guide