Spring Boot @SpringBootApplication annotation is used to mark a configuration class that declares one or more @Bean methods and also triggers auto-configuration and component scanning.Aug 3, 2565 BE
xxxxxxxxxx
@ComponentScan
@SpringBootConfiguration
@EnableAutoConfiguration