Annotations

@SpringBootApplication

Activates component scan in Spring and auto configuration in Spring Boot. You put this annotation on the main class of the application.

Last updated

Was this helpful?