Tagged articles
5 articles
Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 16, 2023 · Backend Development

Mastering Spring Boot Logging: Formats, Levels, and Custom Configurations

This guide explains Spring Boot 2.4.12 logging fundamentals, covering default console output, customizable patterns, colored logs, file rotation, log levels, logger groups, and advanced Logback extensions, with practical YAML and XML examples for fine‑tuning your application's logging behavior.

Console outputCustom PropertiesSpring Boot
0 likes · 19 min read
Mastering Spring Boot Logging: Formats, Levels, and Custom Configurations
FunTester
FunTester
Aug 14, 2019 · Fundamentals

Print Perfect Triangles in Java with Minimal Loops

While relearning Java, the author created a concise solution that uses a single if‑else check to print both a right‑aligned and an equilateral triangle in the console, reducing the usual multiple‑loop approaches and providing complete code examples with output images.

Console outputLoopsProgramming tutorial
0 likes · 3 min read
Print Perfect Triangles in Java with Minimal Loops