@SpringBootApplication

From NovaOrdis Knowledge Base
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:

Spring Boot Component Scanning