处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)

一、说明

查了网上很多:

发现很多都是
1、什么要import项目而不是直接打开
2、或者给项目加Sources标记
3、要么就说mybatisx(插件中的)和lombok冲突,关掉其中一个

  • 第一个导入
    处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)
  • 第二个源标记
    处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)
  • mybatisx插件
    处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)

二、我的解决

  • 1、先看看问题初始
    处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)

并不影响项目运行,但是无法通过type直接导航到实体类(有的说是开mybatis: type-aliases-package:,事实上,项目跑通了,肯定设置了)。

  • 最终解决

因为我最初用的插件是Free Mybatis plugin,于是看了网上的mybatisx,换了个思路,换成这个使用会怎样,于是关掉了Free Mybatis plugin,再开启mybatisx
处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)

  • 换成mybatisx处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)
  • xml变成了这样
    处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)
  • mapper类也变了
    处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)
  • 不扯了!继续看老爆红的地方!!!
    处理项目运行正常,但mapper.xml中resultmap中type无法导航到实体(+property爆红cannot find declaration to go to)

它好了!!!Y(^o^)Y

上一篇:使用appium启动app的时候Error: The instrumentation process cannot be initialized. Make sure the applica的解决办法


下一篇:vue页面(vue Cannot GET /)