解决 Could not resolve type alias 'com.deppon.gis.module.job.server.util.SdoGeometryTypeHandler'. 的办法

单元测试提示下面错误:

核心错误:

Failed to parse mapping resource: 'file [D:490993安装程序DPAP2.1dpap_v2.0.1dpap_v2.0.1dpapgis_workspaces1gis-edigis-edi-cn-service argetclassescomdeppongismoduleexpressserverMETA-INFibatisexp-dept-region-job-mapper.xml]'; nested exception is java.lang.RuntimeException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class . Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.deppon.gis.module.job.server.util.SdoGeometryTypeHandler'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.deppon.gis.module.job.server.util.SdoGeometryTypeHandler
加粗部分就是问题所在地方:

一看这个文件果然有:

删掉即可。

 

 正常运行了

原文地址:https://www.cnblogs.com/hongming-blogs/p/8278414.html