Tagged articles
11 articles
Page 1 of 1
Top Architect
Top Architect
Jan 7, 2026 · Backend Development

Customize Spring Boot Startup Banner with ASCII Art and ANSI Colors

This guide shows how to replace Spring Boot's default console banner by creating a custom banner.txt with ASCII graphics, using built‑in placeholders for version, port, profile and date, adding ANSI color codes, and optionally disabling the default banner to print a fully customized startup message from Java code.

ANSI ColorASCII artBanner
0 likes · 9 min read
Customize Spring Boot Startup Banner with ASCII Art and ANSI Colors
Continuous Delivery 2.0
Continuous Delivery 2.0
Feb 17, 2020 · R&D Management

Using Feature Flags to Control Free Delivery Banner Visibility

The article explains how an e‑commerce company can use a single feature‑flag named “free‑delivery‑banner” to selectively show or hide a free‑delivery banner on the homepage, coordinating across product, delivery‑cost, and marketing teams while minimizing cross‑team dependencies.

BannerCross-Team Collaborationfeature flags
0 likes · 3 min read
Using Feature Flags to Control Free Delivery Banner Visibility
Programmer DD
Programmer DD
Dec 31, 2016 · Backend Development

How to Create a Custom Spring Boot Banner with ASCII Art and Color

This guide explains how to personalize the Spring Boot startup banner by adding an ASCII‑art banner.txt file, using placeholder variables for colors and version information, and provides online tools for generating the required character art, making the process quick and enjoyable for developers.

ASCII artBannerJava
0 likes · 3 min read
How to Create a Custom Spring Boot Banner with ASCII Art and Color