Provides auto-configuration support for Spring Boot applications, automatically configuring beans based on classpath dependencies.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</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.
Shows a minimal Spring Boot application with auto-configuration enabled.
Exclude unwanted auto-configuration classes using the exclude attribute or spring.autoconfigure.exclude property.
No dependency data recorded yet.