無(wú)效的綁定語(yǔ)句接口和xml沒(méi)有綁定
白標(biāo)錯(cuò)誤頁(yè)面
此應(yīng)用程序沒(méi)有/ error的顯式映射,因此您將此視為回退。
Sun May 19 16:40:08 CST 2019
出現(xiàn)意外錯(cuò)誤(type = Internal Server Error,status = 500)。
無(wú)效的綁定語(yǔ)句(未找到):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
后臺(tái)報(bào)錯(cuò)org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.miaoshaproject.dao.UserInfoMapper.selectByPrimaryKey
org.apache.ibatis.binding.BindingException:無(wú)效的綁定語(yǔ)句(未找到):com.miaoshaproject.dao.UserInfoMapper.selectByPrimaryKey
2019-05-21
它說(shuō)未找到selectByPrimaryKey這個(gè)方法,先確認(rèn)一下UserInfoMapper這個(gè)類(lèi)里是不是存在這個(gè)方法