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