Invalid bound statement (not found): com.mybatis.mapper···错误

Invalid bound statement (not found): com.mybatis.mapper···错误

在报这个错误是因为构建后没有没有.xml文件
Invalid bound statement (not found): com.mybatis.mapper···错误_第1张图片
所以就会报Invalid bound statement (not found): com.mybatis.mapper···错误_第2张图片

解决方法

这个问题一般出现IDEA用maven时编写mybatis的时候会出现
只需要在pom.xml文件中加入


    <build>
        <resources>
            <resource>
                
                <directory>src/main/javadirectory>
                <includes>
                    
                    <include>**/*.propertiesinclude>
                    <include>**/*.xmlinclude>
                includes>
                
                <filtering>falsefiltering>
            resource>
        resources>
    build>

重构建之后就会看到可以了
Invalid bound statement (not found): com.mybatis.mapper···错误_第3张图片

实在不行就直接复制进去吧 保准管用······

你可能感兴趣的:(mybatis,bug,mybatis,bug)