springboot 整合mybatis mapper绑定问题

在pom.xml中的build节点中 添加如下代码

<resources>
        <resource>
            <directory>src/main/java</directory>
            <includes>
                <include>**/*.xml</include>
            </includes>
        </resource>
</resources>

https://www.cnblogs.com/lfm601508022/p/InvalidBoundStatement.html

猜你喜欢

转载自blog.csdn.net/Sir_He/article/details/81875562