Uses of Annotation Interface
org.springframework.boot.autoconfigure.EnableAutoConfiguration
Packages that use EnableAutoConfiguration
Package
Description
Spring Boot's auto-configuration capabilities.
-
Uses of EnableAutoConfiguration in org.springframework.boot.autoconfigure
Classes in org.springframework.boot.autoconfigure with annotations of type EnableAutoConfigurationModifier and TypeClassDescription@interface
Indicates aconfiguration
class that declares one or more@Bean
methods and also triggersauto-configuration
andcomponent scanning
.