ibatis.type.TypeException: Could not resolve type alias ‘Payment’

在尝试启动Spring Cloud应用时,遇到了一个工厂方法'sqlSessionFactory'引发的异常。具体问题在于无法解析PaymentMapper.xml文件,导致了BuilderException。错误信息指出找不到Payment类,进一步调查发现ClassNotFoundException,表明Payment类未被正确导入或存在拼写错误。检查PaymentMapper.xml的配置和Payment类的路径以解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Factory method ‘sqlSessionFactory’ threw exception; nested exception
is org.springframework.core.NestedIOException: Failed to parse mapping
resource: ‘file
[D:\TempCode\JAVA\workspace_idea1\springcloud2020b\cloud-provider-8001\target\classes\mapper\PaymentMapper.xml]’;
nested exception is org.apache.ibatis.builder.BuilderException: Error
parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException:
Error resolving class. Cause: org.apache.ibatis.type.TypeException:
Could not resolve type alias ‘Payment’. Cause:
java.lang.ClassNotFoundException: Cannot find class: Payment

结果是


,
拼写错误

PaymentMapper.xml:
在这里插入图片描述
application.yml:
在这里插入图片描述
packages:
在这里插入图片描述




“entities”

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值