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

相關文章
相關標籤/搜索