Tag

Banner

1 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jun 18, 2024 · Backend Development

Master SpringBoot 2.7: Access Params, Banner, Converters, and Graceful Shutdown

This tutorial demonstrates how to retrieve custom application parameters, inject and print the banner, use ConversionService for type conversion, access servlet‑related beans, work with MessageSource for i18n, publish events, and gracefully shut down a SpringBoot 2.7 application.

ApplicationArgumentsBannerConversionService
0 likes · 8 min read
Master SpringBoot 2.7: Access Params, Banner, Converters, and Graceful Shutdown
Top Architecture Tech Stack
Top Architecture Tech Stack
Jun 17, 2024 · Backend Development

Creating a Custom SpringBoot Banner and Using Online ASCII Art Generators

This article explains how to add a custom banner to a SpringBoot application by placing a banner.txt file in the resources folder, and lists several online tools for generating ASCII art banners, including examples and screenshots of the results.

BackendBannerSpringBoot
0 likes · 3 min read
Creating a Custom SpringBoot Banner and Using Online ASCII Art Generators
Top Architect
Top Architect
Feb 18, 2021 · Backend Development

Creating Custom SpringBoot Banners and Activating JetBrains Agent in IntelliJ IDEA

This article explains how to add a custom banner.txt to a SpringBoot project, lists several online ASCII‑art generators for banner creation, and provides step‑by‑step instructions for installing and configuring the JetBrains agent.jar to activate IntelliJ IDEA licenses.

Backend DevelopmentBannerIDEA
0 likes · 5 min read
Creating Custom SpringBoot Banners and Activating JetBrains Agent in IntelliJ IDEA
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