org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.seckillproject.dao.UserDOMapper.selectByPrimaryKey
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.seckillproject.dao.UserDOMapper.selectByPrimaryKey
2019-03-27
自問自答系列:通過瀏覽帖子發現一般出現這個問題有兩種情況:
1)一個就是application文件配置的問題,需要將路徑配置正確。
2)第二個就是userDOMapper下面有橫線可以通過下圖的設置將對號去掉來解決。