News

On Spring Boot projects of any significant size, I actually prefer to use @Component annotations instead of @Bean annotations. That way, configuration is confined to a single file, while the JavaBeans ...