https://github.com/shengtu0328/mybatisplus-demo 自己整理了一下
2019-06-11
我執(zhí)行測(cè)試 出現(xiàn)
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.mp.dao.UserMapper.selectAll
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.mp.dao.UserMapper.selectAll
2019-06-11
這個(gè)mapper感覺(jué)和劉增輝的mapper差不多哇
2019-06-11
想問(wèn)下mp的條件構(gòu)造器,查詢和刪除的時(shí)候只能用 QueryWrapper, 修改的時(shí)候只能用UpdateWrapper 對(duì)嗎
2019-06-10