其他分享
首页 > 其他分享> > IDEA+springboot相关

IDEA+springboot相关

作者:互联网

2022-01-26

 

 Multiple markers at this line
- The type org.apache.ibatis.type.TypeHandler cannot be resolved. It is 
 indirectly referenced from required .class files
- The type org.apache.ibatis.type.JdbcType cannot be resolved. It is 
 indirectly referenced from required .class files

说明你目前版本的Eclipse太旧了,不支持JDK1.8了,要么换最新版本的Eclipse,要么用IDEA。

 

 有时候,明明pom.xml里添加了外部架包,代码里也能正常运行,查是源码里就是提示报错,说类不存在,刷新这里就好了,maven更新不及时的原因:

 

标签:files,resolved,referenced,springboot,IDEA,ibatis,相关,type
来源: https://www.cnblogs.com/angelshelter/p/15848641.html