240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)解决办法

    mybatis在用的时候xml所在的路径是包 不是文件夹 并且要与mapper这个文件夹对应mapper包里面的xml文件名也要一一对应 具体的...