無效的綁定語句接口和xml沒有綁定
白標錯誤頁面
此應用程序沒有/ error的顯式映射,因此您將此視為回退。
Sun May 19 16:40:08 CST 2019
出現意外錯誤(type = Internal Server Error,status = 500)。
無效的綁定語句(未找到):com.miaoshaproject.dao.UserInfoMapper.selectByPrimaryKey
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sun May 19 16:40:08 CST 2019
There was an unexpected error (type=Internal Server Error, status=500).
Invalid bound statement (not found): com.miaoshaproject.dao.UserInfoMapper.selectByPrimaryKey
后臺報錯org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.miaoshaproject.dao.UserInfoMapper.selectByPrimaryKey
org.apache.ibatis.binding.BindingException:無效的綁定語句(未找到):com.miaoshaproject.dao.UserInfoMapper.selectByPrimaryKey
2019-05-21
它說未找到selectByPrimaryKey這個方法,先確認一下UserInfoMapper這個類里是不是存在這個方法