Intellij IDEA 配置

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

若是不是代码错误,下降Autowired检测的级别,将Severity的级别由以前的error改为warning或其它能够忽略的级别maven

参考ide

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

<dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.2</version>
</dependency> 

安装插件,重启idea


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

参考 .net

相关文章
相关标签/搜索