Spring Boot Test provides testing support for Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Annotates a test class to load the full Spring Boot application context.
Use @WebMvcTest or @DataJpaTest for focused slices to speed up tests.
No dependency data recorded yet.