@SpringBootApplication
Jump to navigation
Jump to search
Internal
Overview
@SpringBootApplication is a composite application that combines @SpringBootConfiguration, @EnableAutoConfiguration and @ComponentScan.
For more details on component scan in Spring Boot applications see: