News

If we removed the @Bean annotation from the Score class above, we could expose the Score through the IoC container by using the @Component annotation as seen in the code below: On Spring Boot projects ...