课程
/后端开发
/Java
/SpringBoot构建电商基础秒杀项目
代码可以生成,但是进入网页之后报这个错
2018-12-29
源自:SpringBoot构建电商基础秒杀项目 2-4
正在回答
楼主解决了吗?有人来回答一下吗?代码:https://github.com/shawbs/miaosha-demo
先看看你的启动类上@MapperScan这个注解扫描的路径是不是你mapper接口所在的路径。
把 mybatis.mapper-locations=classpath:mapping/*.xml 改成 mybatis.mapper-locations=classpath:mappers/*.xml
老师的application.properties 写的是
mybatis.mapper-locations=classpath:mapper/*.xml
但是mapper的实际目录是
mybatis.mapper-locations=classpath:mapping/*.xml
这个个地方路径不对
sgdy23
慕神03185 回复 sgdy23
我也有相同的问题,借地发一张截图。。
路径错了。。。。。。
举报
应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。
4 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.admxj.dao.UserDOMapper.selectByPrimaryKey
1 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.seckillproject.dao.UserDOMapper.selectByPrimaryKey
1 回答创建失败,原因为未知错误 [org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.miaoshaproject.dao.ItemDOMapper.insertSelective]
1 回答执行到service时报错: Invalid bound statement (not found): com.example.demo.dao.UserInfoCeshiMapper.selectByPrimaryKey
2 回答打开界面,500错误,Invalid bound statement (not found): com.miaoshaproject.service.UserService.getUserById