Spring Boot2.0的版本(创建的时候自动选择的这个版本),然后编译器告诉我WebMvcConfigurerAdapter已过时了 @Deprecated public abstract class WebMvcConfigurerAdapter implements WebMvcConfigurer { /** * {@inheritDoc} * <p>This implementation is empty. */ @Override public void configurePa
目录 问题 解决办法 备注 问题 在项目中,我们使用Spring的@Autowired注解去引入其他类时有时候阿里的编码规约插件就会提示:"Field injection is not recommended"或"Could not autowired. No beans of 'xxx' type found.",引用类的变量名会有红色的波浪线,虽然不影响程序执行,但是强迫症看着还是难受. 解决办法 将"@Autowired"注解换为"