调用接口报500
idea中显示报错Invalid bound statement (not found): com.aiye.springboot.mapping.UserMapper.update] with root cause
分别有几种查看错误方式:
第一种:配置的mapper和mapper是否在同文件夹下,如果不是,必须在source文件夹中
第二种: 检查yml配置是否配置mybatis: mapper-locations: classpath:/mapper/*.xml
第三种:如果mapper.xml中配置的是set,则需要在后面加逗号,(最后一个参数不用加)