小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://developers.weixin.qq.com/miniprogram/dev/wxcloudservice/wxcloudrun/src/development/call/mini.html
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这个是云托管服务,报 500 的话检查服务日志,是 spring boot 里面哪里有问题。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
05/08 21:10:24
springboot-r43i-006
at org.apache.ibatis.binding.MapperMethod.(MapperMethod.java:53) ~[mybatis-3.5.1.jar!/:3.5.1]
at org.apache.ibatis.binding.MapperMethod$SqlCommand.(MapperMethod.java:235) ~[mybatis-3.5.1.jar!/:3.5.1]
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.tencent.wxcloudrun.dao.AddressMapper.insert
2025-05-08 13:10:23.150 ERROR 1 --- [p-nio-80-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.tencent.wxcloudrun.dao.AddressMapper.insert] with root cause
看日志是提示 没有这个mapper呀
com.tencent.wxcloudrun.dao.AddressMapper.insert
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这个是云托管服务,报 500 的话检查服务日志,是 spring boot 里面哪里有问题。
05/08 21:10:24
springboot-r43i-006
at org.apache.ibatis.binding.MapperMethod.(MapperMethod.java:53) ~[mybatis-3.5.1.jar!/:3.5.1]
05/08 21:10:24
springboot-r43i-006
at org.apache.ibatis.binding.MapperMethod$SqlCommand.(MapperMethod.java:235) ~[mybatis-3.5.1.jar!/:3.5.1]
05/08 21:10:24
springboot-r43i-006
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.tencent.wxcloudrun.dao.AddressMapper.insert
05/08 21:10:24
springboot-r43i-006
2025-05-08 13:10:23.150 ERROR 1 --- [p-nio-80-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.tencent.wxcloudrun.dao.AddressMapper.insert] with root cause
import com.tencent.wxcloudrun.model.Address;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface AddressMapper extends BaseMapper<Address> {
}
这个是具体代码
看日志是提示 没有这个mapper呀
com.tencent.wxcloudrun.dao.AddressMapper.insert