执行maven compile时一直报错“找不到符号”,类 XXX
各种clean、compile都不行

最后执行Rebuild Project一次后解决
IntelliJ_编译一直报错“找不到符号”
 

执行rebuild project方法,不是解决方法的根本原因
根本原因是在dependency中引用的其它类库有变更或者问题
解决方法:1、先clean compile install引入的其它项目  2、再clean compile install本项目即可




相关文章:

  • 2021-08-20
  • 2021-12-20
  • 2021-09-09
  • 2021-11-24
  • 2022-12-23
  • 2021-09-01
  • 2021-11-17
猜你喜欢
  • 2021-08-28
  • 2022-12-23
  • 2021-05-22
  • 2021-08-01
  • 2021-07-27
  • 2021-11-25
  • 2021-09-07
相关资源
相似解决方案