Tag: @springbootapplication

SpringBoot Annotations

SpringBoot Annotations Before proceeding further let us first understand some important annotations of Spring Boot. @SpringBootApplication: annotation is equivalent to using @Configuration, @EnableAutoConfiguration and @ComponentScan with their default attributes. One…