mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Restructure bootstrap classes to a foundational layer
Move bootstrap code from `org.springframework.boot` to `org.springframework.boot.bootstrap` and make them a foundational layer. This move helps reduce `org.springframework.boot.context.config` dependencies to `org.springframework.boot`. See gh-47232
This commit is contained in:
+1
-1
@@ -23,8 +23,8 @@ import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
import org.springframework.boot.DefaultBootstrapContext;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.bootstrap.DefaultBootstrapContext;
|
||||
import org.springframework.boot.context.event.ApplicationFailedEvent;
|
||||
import org.springframework.boot.context.event.ApplicationPreparedEvent;
|
||||
import org.springframework.boot.context.event.ApplicationReadyEvent;
|
||||
|
||||
Reference in New Issue
Block a user