Tagged articles
3 articles
Page 1 of 1
Programmer DD
Programmer DD
Mar 15, 2023 · Backend Development

Do ApplicationStartedEvent and ContextStartedEvent Differ in Spring Boot?

This article explains the distinction between Spring Boot’s ApplicationStartedEvent and the traditional ContextStartedEvent, clarifies that Spring Boot defines its own set of events inheriting from SpringApplicationEvent, and lists the core events introduced in Spring Boot 2.0.

application-eventsspring-boot
0 likes · 2 min read
Do ApplicationStartedEvent and ContextStartedEvent Differ in Spring Boot?
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 12, 2021 · Backend Development

Understanding Spring Boot Application Events: A Complete Lifecycle Guide

This article outlines the full sequence of Spring Boot application events—from ApplicationStartingEvent at launch to ApplicationFailedEvent on errors—explaining when each event fires, its purpose, and providing code snippets that illustrate the event triggers within the SpringApplication lifecycle.

LifecycleSpring Bootapplication-events
0 likes · 6 min read
Understanding Spring Boot Application Events: A Complete Lifecycle Guide