Spring Boot Annotations
Spring Boot Annotations is gives metadata of program for certain action. In other words, annotations are used to provide additional actions in a program.
Core Spring
@Bean - Spring IoC container manages each annotated method to produce a bean indivisually