Intellij IDEA 配置

1. IntelliJ Idea解决Could not autowire. No beans of 'xxxx' type found的错误提示

如果不是代码错误,降低Autowired检测的级别,将Severity的级别由之前的error改成warning或其它可以忽略的级别

Intellij IDEA 配置_第1张图片

参考

2. 引入Lombok后 不识别set get方法


      org.projectlombok
      lombok
      1.18.2
 

安装插件,重启


3.idea 中解决maven 包冲突的问题(maven helper)

参考 

你可能感兴趣的:(Intellij IDEA 配置)