News

The Spring Boot @ConfigurationProperties simplifies the use of the application.properties file, easing the creation of lists, maps and inner classes.
@Bean vs @Component in Spring Boot The key difference between the Spring @Bean and @Component annotations is that the @Bean annotation is used to expose the JavaBeans you write yourself, while the ...