How does Spring boot application works without @SpringBootApplication?
In our project, we used @Component, @Configuration and bean configuration with @Bean annotation. Later we have commented both the spring-boot-maven-plugin dependency and @SpringBootApplication, but application is built successfully without @SpringBootApplication annotation. I don't understand how its working?