It would be nice to consider adding validation of @Autowired on tests. For example, a user may be trying to use parameter injection of their beans and accidentally place @Autowired on the method ...
Fields annotated with Spring's @Autowired are reported as "could be final", although the field needs to be non-final in order for Spring to set it via reflection. While I prefer constructor injection ...
Spring Boot isn't just about cloud-native microservices development. You can use it to create standalone Java apps as well. RESTful APIs get all the attention, but sometimes, you just need to auto ...