mybatis spring mvc application, getting Invalid bound statement (not found)

后端 未结 17 2284
猫巷女王i
猫巷女王i 2020-12-09 17:04

this is my first mybatis spring mvc application using spring 3.2.4, mybatis-spring-1.2.1

When i try to call my webservice i get the error::

org.spri         


        
17条回答
  •  攒了一身酷
    2020-12-09 17:22

    I googled this answer when looking for my error. It's actually unrelated to OP's problem, but the exception is the same and this question's very visible in google.

    In my case I forgot to change the mapper namespace

    
    

    Which resulted in the same problem.

提交回复
热议问题