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

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

Intellij IDEA 配置

参考

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

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

安装插件,重启

Intellij IDEA 配置


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

参考 

相关文章:

  • 2021-12-12
  • 2021-12-31
  • 2021-04-01
  • 2022-01-18
  • 2021-12-04
  • 2021-11-23
猜你喜欢
  • 2021-08-11
  • 2021-06-13
  • 2021-09-26
  • 2022-01-18
  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
相关资源
相似解决方案