BindingException: Invalid bound statement (not found): 没有找到绑定语句

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.atguigu.eduucenter.mapper.UcenterMemberMapper.XXXX

没有找到绑定语句

直接在对应的项目的Pom文件中 添加需要构建的xml

<build>
        <resources>
            <resource>
                <directory>src/main/java</directory>
                <includes>
                    <include>**/*.xml</include>
                </includes>
                <filtering>false</filtering>
            </resource>
        </resources>
    </build>
上一篇:Arcgis-ModelBuilder和Python学习


下一篇:Ubuntu - conda: command not found