Uses of Annotation Interface
org.springframework.boot.SpringBootConfiguration
Packages that use SpringBootConfiguration
Package
Description
Spring Boot's auto-configuration capabilities.
- 
Uses of SpringBootConfiguration in org.springframework.boot.autoconfigureClasses in org.springframework.boot.autoconfigure with annotations of type SpringBootConfigurationModifier and TypeClassDescription@interfaceIndicates aconfigurationclass that declares one or more@Beanmethods and also triggersauto-configurationandcomponent scanning.