IntelliJ inspection gives “Cannot resolve symbol“ but still compiles code

IntelliJ inspection gives “Cannot resolve symbol“ but still compiles code,第1张

IntelliJ inspection gives “Cannot resolve symbol“ but still compiles code

今天发现一个奇怪的问题。包在external libraries中是可以访问到的,但是就是报错。现实为红色。后来发现是java版本的问题。

以下附上几种解决方案:

File>Invalidate Caches/Restart worked for me i

The following trick resolved this issue for me:
  • Right click on the code editor
  • Hover on Maven and expand
  • Click on Reimport

My idea version is 12.0.4

 Adding the dependencies below solved my problem.

  org.springframework
  spring-orm


  org.hibernate
  hibernate-entitymanager

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5699020.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存