0
点赞
收藏
分享

微信扫一扫

多表联查的bug

科牛 2022-03-12 阅读 60
javasql

问题:

....e: org.apache.ibatis.type.TypeException: Could not resolve type alias 'BasicInfo'. Cause: java.lang.ClassNotFoundException: Cannot find class: BasicInfo....

解决办法:

补全javaType的路径

<association property="basicInfo" javaType=".....BasicInfo">
举报

相关推荐

0 条评论