课程
/后端开发
/Java
/SpringBoot构建电商基础秒杀项目
帮忙看下,是配置的有问题吗?
2018-12-13
源自:SpringBoot构建电商基础秒杀项目 2-4
正在回答
配置文件写错了 mybatis.mapper-location 少了个 s mybatis.mapper-location=classpath:mapping/*.xml --> mybatis.mapper-locations=classpath:mapping/*.xml
举报
应用SpringBoot快速搭建拥有用户、商品、交易及秒杀活动的电商秒杀应用。
4 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.admxj.dao.UserDOMapper.selectByPrimaryKey
6 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.yang.miaoshaproject.dao.UserDOMapper.selectByPrimaryKey
1 回答org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.seckillproject.dao.UserDOMapper.selectByPrimaryKey
2 回答打开界面,500错误,Invalid bound statement (not found): com.miaoshaproject.service.UserService.getUserById
1 回答Invalid bound statement (not found): com.glshopproject.dao.UserDOMapper.selectByPrimaryKey,找不到selectByPrimaryKey,找不到解决的办法